mysql said: Cannot connect: invalid settings. xampp

前端 未结 19 1398
闹比i
闹比i 2020-12-01 00:11

I changed the root password to test and now I cannot login in phpMyAdmin page in XAMPP. I looked for help here and here which basically says changed config.inc.php

19条回答
  •  我在风中等你
    2020-12-01 00:46

    I faced this problem as well but i could fix it by going to the folder /xampp/phpmyadmin/config.inc.php

    Open config.inc.php, u will find (if no password) ['password']= '' or (if old password) ['password']= '123'

    Change the password $cfg['Servers'][$i]['password'] = 'test' and u will be able to access phpmyadmin again :)

提交回复
热议问题