#1045 – Access denied for user ‘root’@’localhost’ (using password: YES)

wampmanager 3.1 启动数据库提示:#1045 – Access denied for user ‘root’@’localhost’ (using password: YES),登入不了数据库。

因为默认配置文件中mySQL的空的。所以我们需要修改一配置文件。修改wamp安装目录下的apps\phpmyadmin4.7.4下的config.inc.php文件。

if($wampConf['SupportMySQL'] == 'on') {
/* Server: localhost [1] */
 $i++;
 if($mariaFirst) $i++;
 $cfg['Servers'][$i]['verbose'] = 'MySQL';
 $cfg['Servers'][$i]['host'] = '127.0.0.1';
 $cfg['Servers'][$i]['port'] = $wampConf['mysqlPortUsed'];
 $cfg['Servers'][$i]['extension'] = 'mysqli';
 $cfg['Servers'][$i]['auth_type'] = 'cookie';
 $cfg['Servers'][$i]['user'] = '';
 $cfg['Servers'][$i]['password'] = '';

https:// Hidden databases in PhpMyAdmin left panel
 https://$cfg['Servers'][$i]['hide_db'] = '(information_schema|mysql|performance_schema|sys)';

https:// Allow connection without password
 $cfg['Servers'][$i]['AllowNoPassword'] = true;

只需要修改默认user用户名,密码为空就可以了,user修改为:$cfg[‘Servers’][$i][‘user’] = ‘root’; 

然后重启MySQL就可以了。

 #1045 - Accès refusé pour l’utilisateur: ‘root’@’@localhost’ (mot de passe: NON) 外贸建站

如果出现提示:#1045 – Accès refusé pour l’utilisateur: ‘root’@’@localhost’ (mot de passe: NON)

数据库

登入phpMyAdmin提示#1193 - Unknown system variable 'lc_messages'

2017-9-20 11:37:01

数据库

批量通过数据库删除Yoast SEO插件设置TKD

2020-1-11 4:22:40

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索