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 Quote
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. Quote
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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.