因为ip未授权,在navicat中执行

  • grant all privileges on *.* to 'root'@'192.168.1.119' identified by 'root' with grant option; 即可
  • 'root'@'192.168.1.119'    用户名@ip
  • root:是密码

参考:https://blog.csdn.net/nicajonh/article/details/52311402

相关文章:

  • 2021-07-19
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-11
  • 2022-12-23
  • 2021-04-20
  • 2021-07-08
  • 2022-02-01
相关资源
相似解决方案