Hello All.
I've tried to put my project online.
But I have a problem when launching the app.
My database.php file looks like this :
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'daywatch_olive';
$db['default']['password'] = '***';
$db['default']['database'] = 'daywatch_eglise';
$db['default']['dbdriver'] = 'mysql';
& when launching the app, CI replies :
A Database Error Occurred
Unable to select the specified database : daywatch_eglise
Filename: core/Loader.php
Line Number: 242
I'm almost sure I did NO error when I created DataBase ...
Did I forget something ?
here's a printscreen of mysql database & user configuration :
Any help will be welcome.
Thanks in advance...


2Likes
LinkBack URL
About LinkBacks




(at bottom of my post )

