DB Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • badboyz
    Banned
    • Jul 2006
    • 75

    DB Error

    mysql_connect(): User sports_test has already more than 'max_user_connections' active connections
    /home/sports/public_html/forum/includes/class_core.php on line 271
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Your MySQL user has reached the maximum allowed connections.

    Make sure pconnect is off in your includes/config.php file:

    Code:
    	//	****** MASTER DATABASE PERSISTENT CONNECTIONS ******
    	//	This option allows you to turn persistent connections to MySQL on or off.
    	//	The difference in performance is negligible for all but the largest boards.
    	//	If you are unsure what this should be, leave it off. (0 = off; 1 = on)
    $config['MasterServer']['usepconnect'] = 0;
    If this is currently set to 1 then changing it to 0 might help the problem. Otherwise you need to get your host to increase the connection limit.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎