PDA

View Full Version : vB error


GouroB
01-11-2011, 08:22 AM
constantly getting these e-mails .... and my sites going offline at times .. then i have to change the permission to have it back online ...


Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User shunnoin_hasnain already has more than 'max_user_connections' active connections
/home/shunnoin/public_html/m****/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Monday, January 10th 2011 @ 01:23:37 AM
Error Date : Monday, January 10th 2011 @ 01:23:37 AM
Script : http://www.m****.com/showthread.php?p=19339#post19339
Referrer : http://www.m****.com/showthread.php?p=19339#post19339
IP Address : 68.**.**.**
Username :
Classname : vB_Database
MySQL Version :

DataHero
01-11-2011, 10:10 AM
As the error displays, your amount of connections established has maxed out and will fail. Could you take a look at your config.php, and find the following:


$config['MasterServer']['usepconnect'] = x;


Is it set to 0? If so, you should edit max_connections (add it yourself if it's not there) to a higher amount in my.cnf if you use an Apache server.

metalguy639
01-11-2011, 04:28 PM
That is mostly related to a server side issue, contact your host with the error and see if they will increase your connections. Is that the only user that it happens on? The user is "shunnoin_hasnain". Is that on all your errors? If so then they maybe trying to hack you, might be best to ban their account if they are not a normal member of your forum.