Jump to content

Recommended Posts

Posted

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?

 

 

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...