I often get this message. What does that mean? Someone get this too?
Warning: mysql_connect() [function.mysql-connect]: User ’jeantil1’ has exceeded the ’max_user_connections’ resource (current value: 2) in /home/users3/j/jeantil/www/folieoskop2008/manager/includes/extenders/dbapi.mysql.class.inc.php on line 87
-
MODX Staff
- 10,725 Posts
That means you are limited to 2 connections to your MySQL database, and those connections have been exceeded. If more than two people access your web site at the same time, all but the first two are out of luck.
I’m on a shared server... maybe it’s because that.