--创建一个新用户NewUser 并设置密码为1

create user NewUser identified by 1;

--为该用户赋予权限

grant connect , Resource to NewUser;

相关文章:

  • 2021-06-10
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-08-12
猜你喜欢
  • 2021-12-17
  • 2022-12-23
  • 2021-10-24
  • 2021-08-06
  • 2022-01-13
  • 2021-11-06
  • 2021-10-24
相关资源
相似解决方案