Anum-bit Posted November 6, 2009 Posted November 6, 2009 we are openning our oc commerce website the following error is occur Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/prohomet/public_html/catalog/includes/functions/database.php on line 19 Unable to connect to database server! can any one help me out how to resolve this error
BryceJr Posted November 6, 2009 Posted November 6, 2009 we are openning our oc commerce website the following error is occur Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/prohomet/public_html/catalog/includes/functions/database.php on line 19 Unable to connect to database server! can any one help me out how to resolve this error Edit both your configure.php files located in /catalog/includes and /catalog/admin/includes folders. // define our database connection ... define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql');
Anum-bit Posted November 6, 2009 Author Posted November 6, 2009 Edit both your configure.php files located in /catalog/includes and /catalog/admin/includes folders. // define our database connection ... define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); these statements are same which is already written in those two files so plz tel me what i hav to change????
Recommended Posts
Archived
This topic is now archived and is closed to further replies.