Log in

View Full Version : Pleas help?


BalkanW
08-20-2008, 07:27 PM
Database error in vBulletin :

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

i have this eror...how to fix this?
Thank you

Lynne
08-20-2008, 08:30 PM
From the online manual:

mysql_connect(): Too many connections
The server has maxed out the number of MySQL connections it allows. You can try turning persistent connections off by adding this to your config.php: $config['MasterServer']['usepconnect'] = 0;


But if you still have problems after that, you will need ask your host to raise the maximum number of connections they allow.

Here is more info on that error: http://dev.mysql.com/doc/refman/5.0/en/too-many-connections.html

BalkanW
08-20-2008, 09:34 PM
thank you