Pol Posted November 3, 2012 Posted November 3, 2012 HH username : effepolServer : steviedomain : depositario I cannot login and I cannot change my password: it's said my account has been suspended.Thank you
cl58 Posted November 3, 2012 Posted November 3, 2012 Your account was suspended for causing high MySQL load. I have unsuspended your account, but please try to limit the MySQL load you put on our servers as it slows down MySQL for not only your site, but MySQL for all of the other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
Pol Posted November 3, 2012 Author Posted November 3, 2012 Thank you.Can you tell me how can I monitoring the MySQL load? And can you also tell me which is the bandwith limit?Thank you!
Ice IT Support Posted November 4, 2012 Posted November 4, 2012 There is no bandwidth limit, however other resources are still monitored. The most common cause of MySQL load is not closing connections properly or opening and closing more than one connection per script/page. For scripts that use MySQL, I recommend opening the connection at the top of the page, and closing it at the end. You only need one connection per page for MySQL. 1
Recommended Posts