MyBB Community Forums

Full Version: ERROR
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1040 - Too many connectionsQuery:[READ] Unable to connect to MySQL server
Please contact the MyBB Group for technical support.

Site is www.bloodarena.eu
You need to show this error to your host.
this may mean too many people are looking at your webpage / forums, judging by


SQL Error:1040 - Too many connectionsQuery:[READ] Unable to connect to MySQL server


have a look for how may connection you can handle, and if you have any limitations in place
Most probably you use shared hosting, this is a common issue,but not with dedi or vps.

You can Try this : (if you are root)

open the terminal and type this command : sudo gedit /etc/mysql/my.cnf

Paste the line in my.cnf file: set-variable=max_connections=500


500 can be more, but this is for mysql maria db.. dunno yours

I suggest you try try read docs before tweaking with such config's .. its a pain in a** to fix if something goes wrong ..