Oh so i have determined what my problem is and i figured out (sort of) how to fix the problem:
Too Many Connections
Now what i need is someone to point me in the right direction as to where i can institute these methods and if they can be done using PhpMyAdmin.
Using the PHP .htaccess option to lower the connect timeout from the default 60 seconds.
php_value mysql.connect_timeout 20
Server administrators can disable persistent connections for PHP scripts in php.ini file:
[MySQL]
; Allow or prevent persistent links.
mysql.allow_persistent=Off
Your assistance will be rewarded with NP$.
Too Many Connections
Now what i need is someone to point me in the right direction as to where i can institute these methods and if they can be done using PhpMyAdmin.
Using the PHP .htaccess option to lower the connect timeout from the default 60 seconds.
php_value mysql.connect_timeout 20
Server administrators can disable persistent connections for PHP scripts in php.ini file:
[MySQL]
; Allow or prevent persistent links.
mysql.allow_persistent=Off
Your assistance will be rewarded with NP$.















