phpMyAdmin设置登陆界面

修改在phpMyAdmin文件夹下的config.inc.php文件:

$cfg['Servers'][$i]['auth_type'] = 'cookie';就不会直接进入mysql数据库,而会到达登陆界面

$cfg['Servers'][$i]['auth_type'] = 'config';不用登陆,直接进入mysql

posted @ 2014-04-10 22:03  泡泡~  阅读(635)  评论(0编辑  收藏  举报