Quote:
Originally Posted by Dismounted
|
Thanks buddy, learnt a bit about MySQL and put my mind at rest at the same time.
So for anyone that has had the above message in an email then heres the answer
mysql_connect(): Too many connections
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;
Your config.php file is in your Includes Directory, Put the above at the end, its working fine for me
Thanks again