HelioHost Posted May 15, 2017 Posted May 15, 2017 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
Krydos Posted May 15, 2017 Posted May 15, 2017 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.
Recommended Posts