Welcome Guest, Not a member yet? Register   Sign In
The database isn't working
#2

[eluser]alexaaaaaaaaaa[/eluser]
you need to provide the auth settings to the file database.php located in the folder config/

u'll find
Code:
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'database_user';
$db['default']['password'] = 'database_pass';
$db['default']['database'] = 'database_name';


Messages In This Thread
The database isn't working - by El Forum - 05-22-2012, 09:50 AM
The database isn't working - by El Forum - 05-22-2012, 10:00 AM
The database isn't working - by El Forum - 05-22-2012, 10:38 AM
The database isn't working - by El Forum - 05-22-2012, 10:50 AM
The database isn't working - by El Forum - 05-22-2012, 10:54 AM
The database isn't working - by El Forum - 05-22-2012, 10:59 AM
The database isn't working - by El Forum - 05-22-2012, 11:17 AM
The database isn't working - by El Forum - 05-22-2012, 12:59 PM
The database isn't working - by El Forum - 05-22-2012, 02:39 PM
The database isn't working - by El Forum - 05-22-2012, 04:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB