Mortgage - Car Credit - Current Accounts - Debt Consolidation - Mortgages

PDA

View Full Version : active connection


romeo2010
Apr 4th 2008, 1:41 pm
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

jayshah
Apr 5th 2008, 3:41 am
It simply means you have too many connections to this single MySQL database. You must raise the limit defined in max_user_connections.

Jay

romeo2010
Apr 5th 2008, 2:06 pm
It simply means you have too many connections to this single MySQL database. You must raise the limit defined in max_user_connections.

Jay


how do i do that ?