nutritionalHealing
2007-12-12 19:17:05 UTC
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
but when i restart my phpMyAdmin by restarting wampserver2, it still show "#1045 - Access denied for user 'root'@'localhost' (using password: NO)" it seems the changes doesn't reflect on myPhpAdmin... anyone can tell me what i should do?