I am uploading site very first.
I have used php,phpmyadmin, and CodeIgniter frame work
I have upload my all files. It is working fine on my machine but here it is giving error
A Database Error Occurred
Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 346
my database.php
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'lakshr5e@localhost';
$db['default']['password'] = '';
$db['default']['database'] = 'lakshr5e_groupon';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;
can any one help me??
If any one have link for any tutorial than please give me.
Thanks in advance….
If cpanel user name lakshr5e then your database user name lakshr5e_(dbuser). You must add user with database from cpanel > mysql databases for giving different types of statement permission like SELECT, UPDATE, INSERT etc. Config file look like :
I hope that will be help you.