This error indicates that a PHP script cannot connect to your MySQL server.
CS-Cart may fail to connect to the database server due to the current MySQL server overload or inaccessibility. For example, this problem may arise during the MySQL server maintenance.
The problem may also be caused by the incorrect database credentials.
$config['db_host'] = 'NNNNNNNN';
$config['db_name'] = 'NNNNNNNN';
$config['db_user'] = 'NNNNNNNN';
$config['db_password']= 'NNNNNNNN';
Note
The db_host variable determines the location of the database (usually it’s set to localhost, because the database and the CS-Cart installation are on the same server). The db_name, db_user, and db_password specify the name of the database, the name and the password of the database user respectively.
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.