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.
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.
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