Quote:
Originally Posted by Lynne
The server has maxed out the number of MySQL connections it allows. You can try turning persistent connections off by adding this to your config.php:
PHP Code:
$config['MasterServer']['usepconnect'] = 0;
But, if you still have the problem you will have to talk to your host about raising that limit. Also, see this Common MySQL Error Messages
|
Does it matter where this is added?