PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 04-05-2004, 01:20 PM   #1
marb
Green Mole
 
Join Date: Mar 2004
Posts: 19
Unable to connect to database : Check the connection script.

I'm running about 3 weeks phpdig works good, use most 2 spiders in different dir with one db.
But today if I want spider of make a search I get his message;
Quote:
Unable to connect to database : Check the connection script.
Read other posts, cheqk of mysql is running, reboot the server,
reload mysql via phpmyadmin. Change the site quota.
Other scripts with db work good.
Any idea?

marten
marb is offline   Reply With Quote
Old 04-07-2004, 03:52 AM   #2
marb
Green Mole
 
Join Date: Mar 2004
Posts: 19
What's the limit of PHPDIG?

I'm using PHPDIG now 3 weeks.
Spider everyday, the rseults in 3 weeks are about;

17.000 urls
excludes 15.322.789 =250mb
keywords 1.054.603 = 57,4mb
logs 407
spider 92.639 = 31.4mb
tempspider 497.335 = 45,5mb

webspace = 1gb
mysql = more then 10gb

If I want spider I get the message;
Quote:
Unable to connect to database : Check the connection script.
I cannot come in the admin, the search dont work more.
I think that a maximum is reach, becourse other scripts running normal also mysql.

Any idea what to do on it, can I change some setings somewhere?

Marten
marb is offline   Reply With Quote
Old 04-07-2004, 07:37 PM   #3
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Is it possible you are out of disk space on your web server?
vinyl-junkie is offline   Reply With Quote
Old 04-07-2004, 10:06 PM   #4
marb
Green Mole
 
Join Date: Mar 2004
Posts: 19
Hi Pat thanks for the reply.

There is enoff webspace over on the server.
I use for thecomplete server about 5 gb on a disk of 20gb.
The url for the spider have a space of 1 gb and use now 480 mb.
Most of the space, of that, is use by the text_content dir.
Have also install PHPDIG on a other url. that run normal.


Marten
marb is offline   Reply With Quote
Old 04-10-2004, 03:13 PM   #5
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. The only place that message would be printed is from the connect.php file - see below - so verify that the correct database info is in the connect.php file:
PHP Code:
// Connection configuration
define('PHPDIG_DB_PREFIX','<dbprefix>');
define('PHPDIG_DB_HOST','<host>');
define('PHPDIG_DB_USER','<user>');
define('PHPDIG_DB_PASS','<pass>');
define('PHPDIG_DB_NAME','<database>');

//connection to the MySql server
$id_connect = @mysql_connect(PHPDIG_DB_HOST,PHPDIG_DB_USER,PHPDIG_DB_PASS);
if (!
$id_connect) {
    die(
"Unable to connect to database : Check the connection script.\n");

__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote
Old 04-12-2004, 02:35 AM   #6
marb
Green Mole
 
Join Date: Mar 2004
Posts: 19
All the settings are correct, it was working also fine till it stop.

Have copy the tables to a other DB.
Copy the text_content to my local computer.
Delete the excisting DB and the dir with PHPDIG in it.
(have install phpdig more than one time, use one DB - perhaps it's to much)
Install PHPDIG again (twice) use the other DB, it run now normal.

Perhaps was the failure a bit flu.
Computers sometimes like human

Marten
marb is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't connect to Database liquidice Script Installation 16 01-16-2005 11:17 PM
Unable to connect to database : Check the connection script. Nosmada Troubleshooting 2 02-27-2004 08:15 AM
Check box from spider.php adtphpDig External Binaries 3 02-05-2004 11:00 AM
Updated to 1.8.0 - unable to connect to database rafarspd Script Installation 2 01-22-2004 03:39 AM
Unable to connect to database : Check the connection script. Wayne McBryde Script Installation 7 11-04-2003 11:08 AM


All times are GMT -8. The time now is 03:56 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.