peter: passwortabfrage unter phpmyadmin

Beitrag lesen

hallo!

ich möchte mein phpmyadmin mit einer passwortabfragschützen.

ich habe also in der datei confic.inc.php3 folgenden eintrag vorgenommen:

// The $cfgServers array starts with $cfgServers[1].  Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host'] = 'localhost';           // MySQL hostname
$cfgServers[1]['port'] = '';                    // MySQL port - leave blank for default port
$cfgServers[1]['adv_auth'] = true;             // Use advanced authentication?
$cfgServers[1]['stduser'] = 'meinbenutzer';                 // MySQL standard user (only needed with advanced auth)
$cfgServers[1]['stdpass'] = 'geheim';                 // MySQL standard password (only needed with advanced auth)
$cfgServers[1]['user'] = '';                // MySQL user (only needed with basic auth)
$cfgServers[1]['password'] = '';                // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db'] = '';                 // If set to a db-name, only this db is accessible
$cfgServers[1]['verbose'] = '';                 // Verbose name for this host - leave blank to show the hostname
$cfgServers[1]['bookmarkdb'] = '';              // Bookmark db - leave blank for no bookmark support
$cfgServers[1]['bookmarktable'] = '';           // Bookmark table - leave blank for no bookmark support

beim aufrufen des phpmyadmin tools kommt zwar die passwortabfrage, aber beim korrekten eingeben der zugangsdaten erscheint folgende fehlermeldung:

Warning: Access denied for user: 'meinbenutzer@localhost' (Using password: YES) in c:\server\apache\htdocs\phpmyadmin\lib.inc.php3 on line 225

was muss ich tun um dieses problem zu beheben?

gruß
peter