HostCMS Database Connection Settings

In HostCMS connection to the database is configured in the modules/core/config/database.php file

Open this file and find the following code.

'driver' => 'mysql',

'host' => 'localhost',

'username' => 'username',

'password' => 'password',

'database' => 'database_name'