rahul758 Posted October 6, 2012 Posted October 6, 2012 I am getting max users connection error again and again can you increase the number of max connections
anush Posted October 7, 2012 Posted October 7, 2012 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.
Krydos Posted October 7, 2012 Posted October 7, 2012 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now