重命名根目录下的:config.sample.inc.php ,修改成: config.inc.php
添加下面代码至尾部:
$cfg[‘Servers’][$i][‘auth_type’] = ‘config’;
$cfg[‘Servers’][$i][‘username’] = ‘用户名’;
$cfg[‘Servers’][$i][‘password’] = ‘密码’;
PHP
重命名根目录下的:config.sample.inc.php ,修改成: config.inc.php
添加下面代码至尾部:
$cfg[‘Servers’][$i][‘auth_type’] = ‘config’;
$cfg[‘Servers’][$i][‘username’] = ‘用户名’;
$cfg[‘Servers’][$i][‘password’] = ‘密码’;