Markus: Fehler Aufruf phpMyAdmin

Beitrag lesen

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:

Login configuration

$phpfm_auth     = FALSE;
$username       = "root";
$password       = "YES";

Muss ich hier was ändern? Wenn ja, welche Werte muss ich zuweisen?

Grüsse

Markus