mysql said: Cannot connect: invalid settings. xampp

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

    I also had the same problem and it tooks me several hours to figured out.

    I just changed 'config' to 'cookie'

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

提交回复
热议问题