ShopCMS Database Connection Settings

In ShopCMS connection is configured in the /core/config/connect.inc.php file

Open this file and find the following code.

define('DB_HOST', 'server');

define('DB_USER', 'username');

define('DB_PASS', 'password');

define('DB_NAME', 'database_name');