PDA

View Full Version : Database error in vBulletin


truongton
02-14-2006, 12:25 AM
I'm using vbb 3.5.3, and i have problem, please tell me why ? :disappointed:

++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++
Database error in vBulletin :

mysql_connect(): Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (2)
/home2/carter/public_html/forum/includes/class_core.php on line 279

MySQL Error :
Error Number :
Date : Monday, February 13th 2006 @ 08:12:54 PM
Script : http://www.mysite.com/forum/
Referrer :
IP Address : 203.210.219.7
Username :
Classname : vb_database
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++


++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++
Database error in vBulletin :

mysql_connect(): Too many connections
/home2/carter/public_html/forum/includes/class_core.php on line 279

MySQL Error :
Error Number :
Date : Monday, February 13th 2006 @ 08:02:39 PM
Script : http://www.mysite.com/forum/editpost.php
Referrer :
http://www.mysite.com/forum/editpost.php?do=editpost&p=152
IP Address : 203.162.3.157
Username :
Classname : vb_database
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++


When i connected 2 mysite, i saw :

There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.


Please help me fix it !

Paul M
02-14-2006, 12:28 AM
Contact your host.

Both are mysql problems, "too many connections" is pretty self explanatory - your mysql has a maximum number of allowed connections defined, and you have exceeded it.

truongton
02-14-2006, 12:40 AM
Okies thanks Paul_M