Website using MySQL return "Too many connections" error
Your website may have established too many connections to MySQL database. When the number of open connection reach the limit, "Too many connections" error will return.
To fix it temporary, you can login your Hosting Control Panel -> Database -> MySQL Admin, click the "Flush Host" button beside your database.
* IMPORTANT: You need to check your script whether all opened connections are closed. Otherwise the same problem will occur again and again when your site being visited
Add Your Comments