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