MySQL登陆提示 IP被限制 SQL error :1045

 

 

使用localhost登录mysql执行以下语句
update mysql.user set host='%' where USER='root';

重启mysql服务

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-08
  • 2022-01-01
  • 2021-08-09
  • 2021-08-12
  • 2021-12-06
  • 2021-11-13
猜你喜欢
  • 2021-08-02
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2021-11-19
  • 2021-07-16
相关资源
相似解决方案