Shop-script Database Connection Settings

In Shop-script connection is configured in the /cfg/connect.inc.php file

Open this file and find the following code.

define('DB_HOST', 'server');

define('DB_USER', 'user_name');

define('DB_PASS', 'password');

define('DB_NAME', 'database_name');