Why do I get a max_user_connections error? Updated on August 26, 2011 by Brad Markle 0 Minutes, 40 Seconds to Read The max number of simultaneous connections to your MySQL database is 20. This normally is not a problem because MySQL connections are made and destroyed within a fraction of a second. If you are getting a max_user_connections error: Your code is opening the connection to the database, but not closing it. Please see the following link for more help with properly opening and closing your database connections –https://w3schools.com/php/php_mysql_connect.asp Your software is configured to use pconnect / Persistent Connections. Please read the documentation for your software to find out how to disable pconnect. Most of the time, the problem is due to the second scenario, using pconnect, because most php applications being ran on the server are open source projects rather then custom code that users have written. Share this Article Related Articles How to Fix the “550 No Such User Here” Email Error Email Error – Mailbox Quota Exceeded Resolving DNS_PROBE_FINISHED_NXDOMAIN Errors How to Fix the Allowed Memory Size Exhausted Error How to Set a Custom 404 Page Using .htaccess MySQL 1064 Error: You have an error in your SQL syntax Chrome error: ERR_TOO_MANY_REDIRECTS Create a 503 Status Code for your Site I get a 404 error when I access cPanel Why is my Website Down?