先执行这条语句,给用户权限

         grant all privileges on *.* to root@"221.221.185.23" identified by "gyrgyr";

再执行这行,刷新权限
         flush privileges;

相关文章:

  • 2022-12-23
  • 2021-10-21
  • 2022-01-21
  • 2021-07-06
  • 2021-06-07
  • 2021-09-07
  • 2021-12-28
  • 2021-10-08
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2021-08-29
  • 2021-08-04
  • 2021-05-16
  • 2021-09-30
相关资源
相似解决方案