Jump to content

Recommended Posts

Posted

 

 

Dear gents greeting

 

 

 

I need help some times I have no connection to my database and connection failed and give this message

 

 

 

user comnasr_omar already has more than max_user_connections

 

 

 

Regards

 

 

 

Sent from

Mail for Windows 10

Posted

I just checked for you and there are currently no open mysql connections to that account so you shouldn't be receiving the error right now. The main reason people see that error is when they use persistent database connections instead of closing their connections properly after the data has been transferred. I've seen people leave mysql connections sleeping open for days without transferring any information. Let us know if you get that error again and we can check your open connections for you. If you are unsure if you're using persistent connections let us know and we can help you write the code to close them properly.

Guest
This topic is now closed to further replies.
×
×
  • Create New...