-1
I have a problem accessing my phpMyAdmin. I started using Wampserver to program in PHP. I don’t know if I should make some initial configuration, but the way I tried to log in was without filling in User and Password, or just putting root in User and Password blank, but this error always appears. I have already checked config.inc.php within C: Wampserver apps phpmyadmin4.8.5 and this appears:
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
solve my problem by going to mysql installer by going to this option and adding a password pro phpmyadmin Root
– user179645