CREATE USER tom IDENTIFIED BY '132'; 

//创建用户名tom,密码123

Grant all privileges on test.* to 'tom'@'%';

//为tom用户赋予权限,可以修改数据库test下的所有表

相关文章:

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