easyphp 修改mysql root 用户密码后无法登录phpmyadmin

解决方案:

1.修改phpmyadmin 下的config.inc.php中的 $cfg['Servers'][$i]['password'] = '';选项

加上密码 

$cfg['Servers'][$i]['password'] = '123456'

2.$cfg['Servers'][$i]['auth_type'] = 'http'; //修改为http


重启easyphp 完成

你可能感兴趣的:(mysql,用户,密码,easyphp)