PDA

View Full Version : Database error in vBulletin


fireboxssl
02-06-2009, 07:18 PM
Can anyone help me out with this error:

Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections
/var/www/vhosts/xxxxx.com/httpdocs/includes/class_core.php on line 311

and

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/var/www/vhosts/xxxxx.com/httpdocs/includes/class_core.php on line 311

Thanks

Dismounted
02-07-2009, 03:39 AM
vBulletin Manual: Common MySQL Error Messages (See "Too many connections") (http://www.vbulletin.com/docs/html/troubleshoot_mysql_errors)
vBulletin Manual: Can't connect to local MySQL server through socket (http://www.vbulletin.com/docs/html/cantconnect)

fireboxssl
02-07-2009, 08:14 PM
Thank you :)