当我设置在phpMyAdmin root密码,我得到这个错误:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
我无法打开phpMyAdmin的面板。 我究竟做错了什么?
当我设置在phpMyAdmin root密码,我得到这个错误:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
我无法打开phpMyAdmin的面板。 我究竟做错了什么?
编辑您的phpMyAdmin的config.inc.php文件,如果你有密码,插入的是,在下面的代码密码的面前:
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = '**your-root-username**';
$cfg['Servers'][$i]['password'] = '**root-password**';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
下面是小心遵循几个步骤
创建一个C内配置命名的文件夹:\ WAMP \ APPS \ phpMyAdmin的,里面的应用程序的文件夹可能有不同的名称,如phpmyadmin3.2.0.1
返回在phpMyAdmin设置选项卡浏览器,然后单击新建服务器。
更改身份验证类型为“饼干”,并留下用户名和密码字段为空,但如果更改身份验证类型为“配置”为用户名root输入密码。
点击保存