Every web hosting company set a usage limit to their client hosting account, this including mysql database connection and request limitation. Its very important to check on the limit cap, and make sure its not too low and causing mysql database connection or query error when you reach the limit gap. This is why we checked on lunarpages mysql database limit as well, and we found as following:
“Up to 50 simultaneous connections per MySQL user, and up to 1500 simultaneous connections per server.“
As you see above, lunarpages allow up to 50 mysql connection at one time, which means your php scripts can have that number of thread at the same time making connection to mysql database. And making a total of 1500 connection per server. But it doesnt mention number of simultaneous query per user. Bottom line is that, this mysql limits is very high, and should be no problem for most websites.
One Response to “Lunarpages MySQL database usage limit set to 1500”
Leave a Reply
You must be logged in to post a comment.







May 19th, 2011 at 8:29 am
Does these mean that i can’t have more than 50 users online at the same time