是为什么???
wampserver 是刚装的,mysql的初始密码没有改,就是空。
config.inc.php文件中的数据也和mysql对应,如下
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$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'] = 'root';
$cfg['Servers'][$i]['password'] = '';
8 个解决方案
#1
图片没有显示出来。。。
图片内容是:
错误
MySQL 返回:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。
图片内容是:
错误
MySQL 返回:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。
#2
$cfg['Servers'][$i]['AllowNoPassword'] = true;//允许空密码
这个你设置了吗?
这个你设置了吗?
#3
libraries/common.inc.php 的886行
#4
设了啊,这个就是默认的
#5
$cfg['Servers'][$i]['AllowNoPassword'] = false;
这才是默认的
这才是默认的
#6
我装的wamp里,那项确实已经是true了
#7
刚才没注意!
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
显然你的 root用户是有口令的
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
显然你的 root用户是有口令的
#8
啊???但是我登陆mysql的时候,直接enter就行啊,并没有输密码
#1
图片没有显示出来。。。
图片内容是:
错误
MySQL 返回:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。
图片内容是:
错误
MySQL 返回:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。
#2
$cfg['Servers'][$i]['AllowNoPassword'] = true;//允许空密码
这个你设置了吗?
这个你设置了吗?
#3
libraries/common.inc.php 的886行
#4
设了啊,这个就是默认的
#5
$cfg['Servers'][$i]['AllowNoPassword'] = false;
这才是默认的
这才是默认的
#6
我装的wamp里,那项确实已经是true了
#7
刚才没注意!
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
显然你的 root用户是有口令的
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
显然你的 root用户是有口令的
#8
啊???但是我登陆mysql的时候,直接enter就行啊,并没有输密码