【发布时间】:2017-04-29 02:50:06
【问题描述】:
我安装了 xampp,我正在尝试连接到 localhost/phpmyadmin。
我得到一个错误。配置中定义的 controluser 连接失败。
我什至无法以用户名登录:root,没有密码。
这是我的配置:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';
【问题讨论】:
标签: phpmyadmin