Portal Home > Knowledgebase > Web Features & Control Panels > Frequently Ask Question > Why do I get a max_user_connections error?
The max number of simultaneous connections to your MySQL database is 30. If you are getting a max_user_connections error, it could due to:-
1) Your code is opening the connection to the database, but not closing it. Please check out the following link for more information on how to open and close your database appropriately.
http://w3schools.com/php/php_mysql_connect.asp
For your information, MySQL connections are made and destroyed within a fraction of a second.
Add to Favourites
Print this Article