用户创建

权限列表

  create user zcbus identified by zcbus ;
  grant select any table to zcbus;
  grant select and dictionary to zcbus;
  grant create any table to zcbus;
  grant drop any table to zcbus;
  grant alter any table to zcbus;
  grant create index to zcbus;
  grant drop index to zcbus;
  grant connect ,resource to zcbus; 
文档更新时间: 2023-06-30 22:30   作者:阿力