CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY 'mypass';
GRANT ALL ON db1.* TO 'jeffrey'@'localhost';
GRANT SELECT ON db2.invoice TO 'jeffrey'@'localhost';
ALTER USER 'jeffrey'@'localhost' WITH MAX_QUERIES_PER_HOUR 90;

相关文章:

  • 2021-06-13
  • 2021-06-29
  • 2022-12-23
  • 2022-02-11
  • 2021-11-23
猜你喜欢
  • 2021-06-11
  • 2021-06-25
  • 2021-12-19
  • 2021-11-12
  • 2021-05-28
  • 2022-01-11
  • 2022-01-13
相关资源
相似解决方案