grant select,insert,update,create on test.* to test@'192.168.8.%' identified by '123456';     允许增删改查权限

grant all  on test.* to test@'192.168.8.%' identified by '123456';    允许所有权限

flush privileges;  刷新权限表使其设置生效

相关文章:

  • 2021-12-19
  • 2021-11-26
  • 2022-01-27
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
猜你喜欢
  • 2022-12-23
  • 2022-01-13
  • 2021-08-29
  • 2022-02-10
  • 2021-12-19
相关资源
相似解决方案