Hello everyone, i am new to codeigniter i am using amazon EC2 and i just cannot connect to my data base. i get the following error.
A Database Error Occurred
Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 347
when i tried to change
$db['default']['db_debug'] = TRUE;
to
$db['default']['db_debug'] = FALSE;
i get error
No database selected.
I am not getting what is wrong, and i am sure my parameters are correct, then why?
any help please??
