Changed password in phpMyAdmin on a Mac using XAMPP, now unable to access localhost/phpmyadmin

前端 未结 3 809
天命终不由人
天命终不由人 2021-01-22 08:02

I\'ve read all the posts I could find about this, and none helped. I\'ve deleted the XAMPP folder from my computer and reinstalled it from the DMG file, which of course fixed th

3条回答
  •  粉色の甜心
    2021-01-22 08:25

    Inside \xampp\phpmyadmin\config_inc.php

    add or change like following code.
    $cfg['Servers'][$i]['auth_type'] = 'cookie';

    after that try to clear browsing data. then restart mysql.
    It works for me. Hope it may help you.

提交回复
热议问题