The max number of simultaneous connections from a database user to a MySQL database is set to 30 on our servers. This generally is not an issue as MySQL connections rarely last for longer than a fraction of a second, so having thirty open at once is rare. If you are getting a max_user_connections error:
Most of the time the problem is due to the second scenario (using pconnect), so be sure to check your documentation to prevent getting max_user_connections errors.
It's important to note that max_user_connections and max_connections are not the same thing. While max_user_connections is the maximum number of connections to a database from a database user, max_connections is server wide setting.
Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
---|---|---|---|
Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |
We value your feedback!
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
new! - Enter your name and email address above and we will post your feedback in the comments on this page!