wangbiubiu

两步:

把mysql数据库里user表里的root用户的 host字段改成%:update user set host = \'%\' where user =\'root\';

刷新:flush privileges;

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-10-17
  • 2021-04-05
  • 2021-10-04
猜你喜欢
  • 2021-11-12
  • 2021-04-12
  • 2021-10-14
  • 2021-07-24
  • 2021-07-27
相关资源
相似解决方案