mysql said: Cannot connect: invalid settings. xampp

前端 未结 19 1345
闹比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:24

    If you are facing this issue after changing password in phpmyadmin, paste the old password (passwd before change) in xampp\phpMyAdmin\config.inc.php :

    $cfg['Servers'][$i]['password'] = '**old password here**';
    

    Hope, it would work :)

提交回复
热议问题