码迷,mamicode.com
首页 > 数据库 > 详细

MySQL ERROR 1045 (28000): Access denied for user 'root'@'192.168.23.224' (using password: YES)

时间:2018-01-17 11:28:57      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:using   user   就是   class   word   出现   roo   添加   ide   

出现如题错误可能原因:

1、密码有误。检查密码是否与 mysql.user 中 root 用户对应密码一致(我就是这个原因,被折磨整个下午和晚上)

2、用户 root 没有授权,授权命令如下:

grant all on *.* to root@‘%‘ identified by ‘password‘;

flush privileges;

3、数据库端口被墙了。关闭防火墙或者添加端口特例

MySQL ERROR 1045 (28000): Access denied for user 'root'@'192.168.23.224' (using password: YES)

标签:using   user   就是   class   word   出现   roo   添加   ide   

原文地址:https://www.cnblogs.com/zhiqsyr/p/8301568.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!