HiddenAdmiral Posted October 26, 2012 Posted October 26, 2012 Hey, I'm trying to use a MySQL database with remote access and I can connect to it fine. However, I'm getting a message saying I've reached "max_user_connections" with very few connections. Is there any way to change this value? Thanks,HiddenAdmiral
Krydos Posted October 27, 2012 Posted October 27, 2012 The most common reason for that error is not closing your mysql connections properly or using persistent connections in your scripts.
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