新建角色赋予所有表,sequence查找权限
2017-03-22 本文已影响0人
firehole
grant select any table to role1;
grant select any sequence to role1
grant role1 to arwen;//将角色给某个用户
grant select any table to role1;
grant select any sequence to role1
grant role1 to arwen;//将角色给某个用户