We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13858
    • 3 Posts
    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
    • 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.
        • 13858
        • 3 Posts
        Quote from: OpenGeek at Dec 30, 2007, 11:31 PM

        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.

        Ok. But there’s is nobody else on my website. It’s brand new and I’m the only user on it. I was thinking that MODx was trying to do more than one connection by the same time and they get in conflict..
          • 13858
          • 3 Posts
          I’m on a shared server... maybe it’s because that.