2016-03-19 19 views
1

Ich habe gerade die neueste Version von XAMPP installiert, um auf die neueste Version von PHP, 7. etwas, aber wenn ich zu http://localhost/dashboard/ navigieren und versuchen, phpMyAdmin eingeben, bekomme ich Folgendes Fehler:XAMPP phpMyAdmin startet nicht nach der Installation

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

Was kann ich dagegen tun, damit ich auf phpMyAdmin zugreifen kann?

+0

Sie in eine neue Richtung installiert Haben? – Farshid

+0

Ich bin mir nicht sicher, was du meinst. – Yavor

+0

Haben Sie New Xampp im neuen Pfad installiert? – Farshid

Antwort

0

Datei: config.inc.php

$cfg['Servers'][$i]['password'] = 'mypassword'; 
Verwandte Themen