codename25 Posted November 21, 2017 Posted November 21, 2017 Hi, I've seen the post from Admin about the increase in max connection value. I would like to know how many users can access my website and make database connection at an instance until the server shows "MySQL Error, Too many connections. ? I am using Tommy Server. Thank You. Quote
Krydos Posted November 21, 2017 Posted November 21, 2017 I would say if you have a well-written site that closes the mysql connections immediately after the query completes you could have 100 simultaneous users at least without seeing that error. If the server load is higher that number will decrease, and if your code is poorly written you may only be able to have 1 or 2 users and you will see that error. It depends on a lot of things. 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.