Data to connect to the database in ImageCMS are specified in the configuration file application/config/database.php
in lines:
$db['default']['hostname'] = 'host'; $db['default']['username'] = 'login'; $db['default']['password'] = 'password'; $db['default']['database'] = 'base_data';
Changes can be made using file manager or any FTP client.
from 2-00 to 7-00