MySQL error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrdon
    Senior Member
    • Oct 2006
    • 101

    MySQL error

    I just started getting the following message from my board:

    mysql_connect(): User ***_admin has already more than 'max_user_connections' active connections
    /home/mysite/public_html/includes/class_core.php on line 273

    Do I just need to up the user connections?
    I wasn't sure if it is something else I shoul be concerned with because it says " ****_admin "

    Thanks,
    Brandon

    Ooops, meant to post in "Troubleshooting"
    Last edited by mrdon; Mon 4 Dec '06, 12:25pm. Reason: meant to post in "Troubleshooting"
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

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