Jump to content

Recommended Posts

Posted

You mean while connecting with FTP or in MySQL. For MySQL there is a limit of 100 connections or less and in FTP the limit is not set by admins its an auto settings that comes with the server OS to prevent server overloading.

Posted

If you're referring to MySQL max_user_connections that error is most likely because your code has bugs in it that don't close the open MySQL connections. The server settings are fine, and there are hundreds of websites that have way more traffic than your site and use MySQL more than your site and they don't get those errors.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...