天天看点

phpmyadmin设置密码,不用登录直接进入

1、config.sample.inc.php改为config.inc.php

2、加入或更改代码:

$cfg['Servers'][$i]['auth_type'] = 'config';

$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '123456';           

继续阅读