Wamp phpMyAdmin error #1045 - Access denied for user 'root'@'localhost'

前端 未结 7 759
日久生厌
日久生厌 2021-01-02 01:14

This is quite common problem and I found a lot of tutorials to help me solve it, although, there is one additional problem with my case...

This is my config settings

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-02 01:54

    Change the line:

    $cfg['Servers'][$i]['auth_type'] = 'config';
    

    to

    $cfg['Servers'][$i]['auth_type'] = 'cookie';
    

    Restart and you will be asked for the password the next access to the phpmyadmin page

提交回复
热议问题