I have recently been encountering an extremely annoying error when trying to connect to my forum. The error I am receiving is:
Code: Select all
SQL ERROR [ mysqli ]
User phpQ2x1oaIz already has more than 'max_user_connections' active connections [1203]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists. I do not have many users or posts, so the database is not massive. I keep receiving this error and have reported it numerous times to my hosting provider (iPage). Here's what they said:
They then said:Thank you for contacting support.
We are sorry for the inconvenience caused. We allow 10 concurrent connections to the MySQL servers. Unfortunately, it is not possible to increase this limit. Currently, the URL is loading fine at my end.
I have looked at many topics but cannot find a solution. Have you experienced this issue? Do you know how to fix it?We can understand your concern regarding your issue and we're sorry about that. The reason for the error message you were receiving is that on our platform the maximum concurrent MySQL connections per database user is 10. If you exceed the limit, you will not be able to connect the database. Please make sure that the application/script you are using closes the connection after the query action is performed so that concurrent connection is not exceeded.
Too Many Connections can be caused by either a lot of simultaneous connections or by old connections not being released soon enough. There are some simple changes you can make to your PHP code and your MySQL settings to prevent both.
www.DiscussionLounge.co.uk is the URL
Thank in advance!

