Hi there. Just wondered if anybody could help with an issue on another forum I am on. It is a much smaller forum than this and it keeps going down with the following message.
SQL ERROR [ mysqli ]
User si_phpbb already has more than 'max_user_connections' active connections [1203]
There appear to be lots of guests who are reading articles but never contributing.
I know it is a long shot but I wondered if anybody could help or point me in a useful direction?
Thanks in advance.
I suggest this is a problem for the Database/ Forum Administrator. I used to teach basic SQL but that is outside my skills base.
I carried out a search and came up with a lot of people asking much the same thing. The most useful response I could find was (bold section)
Probably the problem is that you have only a handful connections allowed and when your class tries to get a new connection you have this error.
This is not a programming problem, just quantity of resources available. And any other script that uses this class are subject to have the error.
You have to configure more connections on mysql config file on the server. If you don't have this access, ask the support to do it or change for a hosting company with more connections allowed!
If you are just a user of the forum, you certainly won't have access. I am assuming you just joined the forum like I did with this one, in which case there is nothing you can do. Whoever is managing the forum must be aware of the problem - it might also be that they are unable to do anything or tied down by the restraints of the hosting company.
It might be that you just have to put up with an intermittent service. Sorry I can't be more positive.
(Source:
https://stackoverflow.com/questions...e-than-max-user-connections-active-connectio - I have looked at some of the other proposed solutions, those I understand all need to be carried out at Administrator level)