Ndlazi Posted July 8, 2014 Posted July 8, 2014 I'm getting a variety of SQL errors logging on to my phpbb forums through Stevie. Can anyone tell me if this is my problem or a general system overload? The last one was: General Error SQL ERROR [ mysql4 ] Too many connections [1040] . Quote
yashrs Posted July 8, 2014 Posted July 8, 2014 Most likely the software(phpbb, etc.) is making multiple connections to MySQL and is not closing the connections at the end of the script. You need to limit the connections made by the software with the MySQL server. 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.