PHPMyAdmin doesn't connect after root password change

前端 未结 4 1995
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 12:45

I installed Xampp (for Windows). I was happily using it with its all features.

Then I wanted to change MySql password. I set a randomly generated password (rCZ4Xnz78

4条回答
  •  没有蜡笔的小新
    2020-12-30 13:30

    You need to edit the config.inc file in the phpMyAdmin directory (probably C:\xampp\phpMyAdmin) and change this line to match the password you entered for root in phpMyAdmin.

    $cfg['Servers'][$i]['password'] = ' ';

提交回复
热议问题