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

Posted Ame启风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql错误 Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)相关的知识,希望对你有一定的参考价值。

 

mysql -u root -p

 

Aaa111222333

 

grant all privileges on *.* to [email protected]‘%‘ 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 [email protected]‘%‘ identified by ‘aaa111222333;  

Quit

lnmp restart

以上是关于mysql错误 Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)的主要内容,如果未能解决你的问题,请参考以下文章

mysql Access denied for user root@localhost错误解决方法总结(转)

mysql错误:Error 1045: Access denied for user 的解决

mysql错误:Error 1045: Access denied for user 的解决

mysql错误:Error 1045: Access denied for user 的解决

MYSQL错误代码#1045 Access denied for user 'root'@'localhost'

用heidisql连接远程mysql数据库提示SQL错误1045,Access denied for...