View Full Version : SQL error?
phranklee
08-05-2008, 10:18 AM
I'm getting this error on the front page of my website (getofftheinternet.net):
Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /hsphere/local/home/phrankle/getofftheinternet.net/libs/db.php on line 87 Warning: mySQL database connection is not active in /hsphere/local/home/phrankle/getofftheinternet.net/libs/db.php on line 125
What's up?
mothchick
08-05-2008, 10:32 AM
I'm having similar issues with my database as well although I opened a support ticket.
phranklee
08-05-2008, 10:34 AM
Yeah, I just did too.
cnanninga
08-05-2008, 10:48 AM
Same issue - seems to be caused by too many DB connections. Still waiting for a reply to my ticket.
mothchick
08-05-2008, 10:53 AM
I got a reply and it sounds like it may be awhile...great
There have been some table corruption issues on the MySQL server causing various issues with certain tables/databases. We are aware of the issue and currently in the process of repairing the issue. Due to the number of databases it may take some time to repair all the databases, but we are certainly working to resolve the issue as soon as possible.
phranklee
08-05-2008, 11:52 AM
Looks like it's back up.
derwert
08-07-2008, 12:49 AM
If you're using MYiSAM for the engine for your tables then you'll want to create a cronjob to check the tables each night and repair if needed. myisam is fast but prone to corruption. If you don't need as much speed then change the engine for your table to InnoDB.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.