mysql创建新用户,并且赋予权限

 

use mysql;
grant select on *.* to "xxx"@'%' identified by 'xxx';
flush privileges;

 

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-04-15
  • 2021-09-24
  • 2022-02-10
  • 2022-02-10
  • 2022-01-31
猜你喜欢
  • 2022-02-10
  • 2022-03-07
  • 2022-01-12
  • 2021-07-27
  • 2022-01-21
  • 2021-09-03
  • 2022-12-23
相关资源
相似解决方案