phpmyadmin Fehler: Access denied

suntrop

Erfahrenes Mitglied
Hi,

bei mir ist gerade folgender Fehler aufgetreten.
Ich habe PHP, Apache etc. installiert und wollte mal
PHPMyAdmin aufrufen.
Doch anstatt von phpmyadmin kam eine Seite mit diesem Text:

Willkommen bei phpMyAdmin 2.2.5


Warning: Cannot add header information - headers already sent by (output started at e:\wampp1324\phpmyadmin\libraries\auth\config.auth.lib.php:92) in e:\wampp1324\phpmyadmin\header.inc.php on line 23

Warning: Cannot add header information - headers already sent by (output started at e:\wampp1324\phpmyadmin\libraries\auth\config.auth.lib.php:92) in e:\wampp1324\phpmyadmin\header.inc.php on line 24

Warning: Cannot add header information - headers already sent by (output started at e:\wampp1324\phpmyadmin\libraries\auth\config.auth.lib.php:92) in e:\wampp1324\phpmyadmin\header.inc.php on line 25

Warning: Cannot add header information - headers already sent by (output started at e:\wampp1324\phpmyadmin\libraries\auth\config.auth.lib.php:92) in e:\wampp1324\phpmyadmin\header.inc.php on line 26

Warning: Cannot add header information - headers already sent by (output started at e:\wampp1324\phpmyadmin\libraries\auth\config.auth.lib.php:92) in e:\wampp1324\phpmyadmin\header.inc.php on line 27

Warning: Cannot add header information - headers already sent by (output started at e:\wampp1324\phpmyadmin\libraries\auth\config.auth.lib.php:92) in e:\wampp1324\phpmyadmin\header.inc.php on line 29

Fehler

MySQL meldet:


Access denied for user: 'root@localhost' (Using password: YES)


Also habe ich mal in die Datei header.inc.php reingeschaut.
Aber dort stand nur Text den ich nicht verstand,
(z.B.: header('Expires: 0'); // rfc2616 - Section 14.21)
Nun ja das sagt mir nicht viel, und erst recht nicht was falsch ist.

Vielleicht kann einer von euch damit was anfangen.
Ich danke schon mal für eure hilfe.



- suntrop -
 
Ach das Passwort von MySQL, hab ich total vergessen.
Ich habe jetz die Datei config.inc.php geändert.
Jetzt wollte ich das gerade testen und schon taucht der nächste Fehler auf.
Apche ist geöffnet und MySQL auch, auf der Seite index.html(die im Ordner htdocs schon drin ist bei dem wamp ordner)
klicke ich auf PHP Staus. Aber es kommt einfach nichts. Dort sollte eigentlich das Ergebnis der Funktion phpinfo() stehen.

Wieso funktioniert das auf einmal nicht mehr?
 
Zuletzt bearbeitet:
Zurück