Welcome Guest, Not a member yet? Register   Sign In
Database connection failure
#1

[eluser]HawkEyez[/eluser]
i'm using codeigniter 1.7...

$active_group = 'default';
$active_record = TRUE;

$db['default']['hostname'] = 'hostname';
$db['default']['username'] = 'username';
$db['default']['password'] = 'password';
$db['default']['database'] = 'database';
$db['default']['dbdriver'] = 'mysqli';
$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';


i'm using mysqli as dbdriver ( becoz mysqli driver is required to run stored procedures ) but when i try to run application i got the following error


"A Database Error Occurred

Unable to connect to your database server using the provided settings."

Plz if anybody can help?? :question:


Messages In This Thread
Database connection failure - by El Forum - 05-27-2009, 02:21 AM
Database connection failure - by El Forum - 05-27-2009, 02:50 AM
Database connection failure - by El Forum - 05-27-2009, 03:28 AM
Database connection failure - by El Forum - 05-27-2009, 03:29 AM
Database connection failure - by El Forum - 05-27-2009, 04:39 AM
Database connection failure - by El Forum - 05-27-2009, 04:52 AM
Database connection failure - by El Forum - 05-27-2009, 05:43 AM
Database connection failure - by El Forum - 05-27-2009, 05:45 AM
Database connection failure - by El Forum - 05-27-2009, 05:47 AM
Database connection failure - by El Forum - 05-27-2009, 05:52 AM
Database connection failure - by El Forum - 05-27-2009, 10:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB