首页 > 数据库技术 > 详细

mysql错误 Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)

时间:2017-09-03 09:35:04      阅读:1043      评论:0      收藏:0      [点我收藏+]

 

mysql -u root -p

 

Aaa111222333

 

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

Quit

 

lnmp restart

======================================

MySQL登录时出现 Access denied for user ‘root‘@‘xxx.xxx.xxx.xxx‘ (using password: YES) 的原因及解决办法

http://blog.csdn.net/iw1210/article/details/54646093

 

 

给其远程访问密码

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

Quit

lnmp restart

mysql错误 Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)

原文:http://www.cnblogs.com/wujunbin/p/7468600.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!