Welcome Guest, Not a member yet? Register   Sign In
MySQL access denied - even if the user has all privileges
#2

[eluser]asim111[/eluser]
can you show me your config/database.php file?


Code:
$active_group = "default";
$active_record = TRUE;

$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "***************";
$db['default']['database'] = "Db_Name";
$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";


Messages In This Thread
MySQL access denied - even if the user has all privileges - by El Forum - 12-02-2008, 04:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB