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