I keep getting the database error 'max_user_connections'. I get about 200 emails a day from VB about this error now.
Quote:
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User deserttu already has more than 'max_user_connections' active connections (link removed) public_html/forum/includes/class_core.php on line 311
|
I contacted my webhost about the issue, and they had this to say.
Quote:
The server's limits for Max_Users is set to 10, that simply means you can not exceed 10 concurrent connections to MySQL or else the MySQL services will be suspended for 1 hour. Make sure your scripts are closing the connection after doing a query, if you keep hitting this limit you will need to move off our shared platforms and on a Virtual Private Server.
|
What can I do to fix the 'max_user_connections' problem? I'm not even sure whats causing the problem..?