Log in

View Full Version : Database error emails...


roundhost
01-05-2005, 12:41 PM
Hey there,

Basically everyday i am getting around 30 emails stating i have vbulletin database errors...

Here is the error:


Database error in vBulletin :

Link-ID == false, connect failed
mysql error:

mysql error number: 0


I can usually debug PHP errors but when it comes to this message i have no idea what to do :S Last time i had a problem, i posted here and i got loads of help :)

Could somebody help me work out what i need to do :D

Cheers,

RoundHost

Dean C
01-05-2005, 01:24 PM
It means your MySQL server is crashing IIRC :)

roundhost
01-05-2005, 02:04 PM
It means your MySQL server is crashing IIRC :)

Damn, this server has been getting worse and worse since this damn kernel upgrade :devious:

shadiguy1
01-05-2005, 03:24 PM
yah i get around 100 a day with jiffynet how can i prevent this or what can i do to try and stop this.

seannnr
01-06-2005, 03:10 PM
I get a ton of these each day, too, I'm also looking for help with what to do if the server is crashing IIRC ...

Dean C
01-06-2005, 03:37 PM
Hmm, the best thing you can do is check your logs and contact your host and ask for an explanation :)

Tekton
01-08-2005, 03:37 AM
You're lucky -- I get a LOT more than that. ;)

We had problems initially with that as well, but we tweaked a few apache and mysql settings since then and it seems to be better. I can't remember exactly what solved it, but maybe I can look back and see if I can find it.

shadiguy1
01-08-2005, 01:39 PM
tekton please do .. Thanks much in advance bro.

urmyantichrist
01-08-2005, 04:04 PM
I'm getting this same thing lately... I'd totally appreciate any help :)

Nordinho
03-01-2005, 07:51 PM
I get a ton of these each day, too, I'm also looking for help with what to do if the server is crashing IIRC ...

same here after a server move...any ideas...since my host doesn't really have a clue...

Reeve of shinra
03-01-2005, 07:57 PM
Try turning persistent connections off in the admincp. This may make it worse or better.

Paul M
03-01-2005, 08:05 PM
It means vB could not connect to mysql - either because mysql has failed, or possibly you have run out of connections - which could be because the max connections setting in mysql is too low.

Nordinho
03-01-2005, 09:00 PM
It means vB could not connect to mysql - either because mysql has failed, or possibly you have run out of connections - which could be because the max connections setting in mysql is too low.

max settings was set to unlimited..I'll try turning off persistent connections... thanks for the replies!!