wujunbin

 

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

分类:

技术点:

相关文章:

  • 2021-07-03
  • 2021-05-01
  • 2021-08-01
  • 2021-06-22
  • 2021-10-10
  • 2021-05-09
  • 2021-06-12
猜你喜欢
  • 2021-04-09
  • 2021-09-08
  • 2021-07-22
  • 2021-05-25
  • 2021-07-03
相关资源
相似解决方案