Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.17.1. Configure database connection in ImageCMS
Attention!
The connection will not work with the localhost host. The host address must be taken from the database connection credentials.
Database connection details in ImageCMS are specified in the configuration file application/config/database.php in the lines:
$db['default']['hostname'] = 'host';
$db['default']['username'] = 'login';
$db['default']['password'] = 'password';
$db['default']['database'] = 'database';
Changes can be made using the file manager or any FTP client.