2打开config.inc.php 找到 $cfg[‘Servers’][$i][‘auth_type’],将其改为
- $cfg[‘Servers’][$i][‘auth_type’] = ‘config’;
3在下面添加一些代码,phpmyadmin的用户名和密码
- $cfg[‘Servers’][$i][‘uer’] = ‘root’;
- $cfg[‘Servers’][$i][‘password’] = ‘root’;
自动登录设置成功
取消自动登录
将$cfg[‘Servers’][$i][‘auth_type’]值改为原来的既cookie
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/113559.html原文链接:https://javaforall.net