I have this new error when i added a new project in htdoc file of xampp and when I run it the is giving me the database error occurred here is my database file
$active_group = 'default';
$query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost',
'username' => 'root', //ewfcbrhv_user
'password' => 'sal123', // aots123!321
'database' => 'splendrz ', //ewfcbrhv_aots
'dbdriver' => 'mysqli',
'dbprefix' => '',
'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
);
and it is giving me this error
Unable to connect to your database server using the provided settings.
Filename: E:/xampp/htdocs/aots/application/controllers/Home.php
Line Number: 8
kindly help as today is I am first day in the office and i'm stuck here on this error