Jump to content

Recommended Posts

Posted

Zend_Db_Adapter_Mysqli_Exception: User ****** already has more than 'max_user_connections' active connections - library/Zend/Db/Adapter/Mysqli.php:333

 

Posted

You can't increase the limit, but rather need to fix or replace the software.

 

Something you're running isn't closing its connections. You'll need to either debug your code so it closes connections properly, or if you installed that program off the web, ask the author why it's opening so many connections and not closing them. You may need to find different software.

 

We limit MySQL to 4 concurrent connections to avoid overloading the MySQL server. 99% of programs out there will work fine with this limit. The 1% that don't are either poorly written, broken, or would need enough resources that you'd get suspended for high load.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...