#22003/1/16 18:08:05
phpmyadmin文件夹找到config.inc.php文件打开,设置以下项目:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL 主机名
$cfg['Servers'][$i]['auth_type'] = 'config'; // 验证方法 config, http or cookie
$cfg['Servers'][$i]['user'] = 'root'; // MySQL 账号
$cfg['Servers'][$i]['password'] = ''; // MySQL 密码