ddushan123 Posted June 26, 2018 Posted June 26, 2018 How to increase max user connection in mysql Hello i have a program which is used in remote mysql. Program work fine. But now it says Error to connect because user {name} has more than 'max_user connections' active connections. how I increase max user connection?
wolstech Posted June 26, 2018 Posted June 26, 2018 You can't. This error is usually a result of one of two things. Either the server is overloaded, or your code is poorly written and you need to fix your code so it's closing the connections when it's done with them.
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