install xampp 7.3.7; at the beginning I had some problem to start the service so I deleted the files from \xampp\mysql\data ibdata1, ib_logfile1... etc all but the folders I had no information to lose... I ended up changing the port to 3366 and it raised the service correctly... I even added data with mySQL Worbench but when trying to open phpMyAdmin it shows me the error in the photo...
mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)
The connection for controluser, as defined in your configuration, failed.
mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin tried to connect to the MySQL server, and the server refused this connection. You will need to check the host, username and password in config.inc.php and make sure they match the information provided by the MySQL server administrator
They were as default 'root' without password, I tried to change the configuration of my.ini and config.inc.php by enabling the password option and putting a simple one but nothing. Greetings
check the connection port from phpmyadmin to mysql since it is not updated and check
Had the same error after trying to change the password to MySQL User = root and Password = root. After this I got that error; I fixed it by editing the file:
c:\xampp\phpMyAdmin\config.inc
and changing the line
by:
And it worked perfectly...
I hope it helps you and you get out of the problem...
To be able to access through phpmyadmin and ask for the username and password, the
config.inc.php
phpmyadmin parameters must be: