Fehler Aufruf phpMyAdmin
Markus
- datenbank
0 *Markus
Hallo,
ich mcöhte zum erstenmal mit phpMyAdmin arbeiten und nun kommt folgender Fehler
"phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error
MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: YES)"
In der config.inc.php ist der Eintrag:
$phpfm_auth = FALSE;
$username = "root";
$password = "YES";
Muss ich hier was ändern? Wenn ja, welche Werte muss ich zuweisen?
Grüsse
Markus
Hallo,
$password = "YES";
Und das ist tatsächlich dein Passwort?
Das, was ich in dieser Datei editierte ist
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'mein_passwort';
Markus.