MyBB Community Forums
[Error Message] ERROR - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [Error Message] ERROR (/thread-194093.html)



ERROR - Addicted:- - 2016-06-12

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


RE: ERROR - Ben - 2016-06-12

You need to show this error to your host.


RE: ERROR - Breadman - 2016-06-12

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


RE: ERROR - Donald_Duck - 2016-06-12

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 ..