PDA

View Full Version : Errors


vortech1
01-08-2010, 01:23 PM
I keep getting an inbox full of these..

Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User hostings_stuntus already has more than 'max_user_connections' active connections
/home/hostings/public_html/stuntusa.com/forums/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Friday, January 8th 2010 @ 01:57:08 AM
Error Date : Friday, January 8th 2010 @ 01:57:08 AM
Script : http://www.stuntusa.com/forums/memberlist.php?&order=asc&sort=username&page=129
Referrer :
IP Address : 66.249.68.242
Username :
Classname : vB_Database
MySQL Version :

Any ideas?

Lynne
01-08-2010, 01:36 PM
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 the problem you will have to talk to your host about raising that limit. Also, see this Common MySQL Error Messages (http://www.vbulletin.com/forum/../docs/html/troubleshoot_mysql_errors)