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