$active_group = 'default';
$query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => 'хОСТ',
'username' => '4157917_site',
'password' => 'Пароль',
'database' => '4157917_site',
'dbdriver' => 'mysqli',
'dbprefix' => 'l',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);
A Database Error Occurred
There is error with the database connection.
Make sure that the configuration in application/database.php file is with right credentials to your database.
Check the username, password and database values in $db configuration array.