Jump to content

Recommended Posts

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?

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...