Can anyone tell me why i am getting thousand of this email my site has unlimted mysql connection opened, mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User vipdesi_romeo has already more than 'max_user_connections' active connections /home2/desi/public_html/forums/includes/class_core.php on line 274 MySQL Error : Error Number : Date : Friday, April 4th 2008 @ 12:50:14 PM Script : http://www.xxxxxxxx.com/forums/forumdisplay.php?f=0&page=4 Referrer : http://www.xxxxxxxx.com/forums/year-2006-2007-movies/index3.html IP Address : 195.229.236.213 Username : Classname : vB_Database Code (markup):
It simply means you have too many connections to this single MySQL database. You must raise the limit defined in max_user_connections. Jay