phpmyadmin登陆验证设置

 

phpmyadmin登陆验证设置

一、修改文件位置:

phpmyadmin/config.inc.php

二、文件内容修改如下

/* 1)Authentication type 修改如下
$cfg[‘Servers’][$i][‘auth_type’] = ‘config’; */
$cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’;

2)、登陆phpmysql需要验证用户名密码

二、http 验证

/* 1)Authentication type 修改如下
$cfg[‘Servers’][$i][‘auth_type’] = ‘config’;
$cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’;*/

 

$cfg[‘Servers’][$i][‘auth_type’] = ‘http’;

 

2)、登陆phpmysql需要验证用户名密码

 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注