MyBB Community Forums

Full Version: mysql user_max_connections
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1203 - User mybb_game already has more than 'max_user_connections' active connections
Query:
[READ] Unable to connect to MySQL server

Please contact the MyBB Group for support.

http://prntscr.com/eqn4we - 152 max user connections(ovh hosting)

Everyday my forum is down for 5 minutes, same hour....morning 08:30 GMT...
basically you should contact your web host to get it fixed !
Ok, i will contact my webhost for increase max_connections
u need root Permission and a Paid server for this to work
open phpmyadmin then click on SQL enter this into query
show variables; find in database where it says max_connections
now to change the max_connections
sql query
set global max_connections = 200;  change to higher number

please note right click on image then click on copy image address paste into address bar to be able to read img text

example:

[Image: max_conn.png]

changed max_connections img

[Image: max_con_set.png]


I will Say again this will not work on free webpage host