Max user connections

The error message saying max_user_connections shows up when the amount of connections to the MySQL database becomes too many at the same time. The cause behind this is often that database connections are not closed in a proper way. Therefore, check all MySQL connections in the website scripts and make sure they are closed properly.

Was this article helpful?

Related Articles