打开PHPMyAdmin目录 找到PHPMyAdmin的配置文件config.inc.PHP,将其中的
$cfg['Servers'][$i]['auth_type'] = 'config';改为:
$cfg['Servers'][$i]['auth_type'] = 'cookie';