grant with admin/grant option
with admin option 用於系統許可權授權,with grant option 用於物件授權。
可以將對應許可權授予其他使用者,但是不能將該許可權下的子許可權單獨授予其他使用者。
下面是轉載的:
但給一個使用者授予系統許可權帶上with admin option 時,此使用者可把此係統許可權授予其他使用者或角色,但收回這個使用者的系統許可權時,這個使用者已經授予其他使用者或角色的此係統許可權不會因傳播無效,如授予A系統許可權create session with admin option,然後A又把create session許可權授予B,但員收回A的create session許可權時,B依然擁有create session的許可權,但管理員可以顯式收回B create session的許可權,即直接revoke create session from B.
而with grant option用於物件授權時,被授予的使用者也可把此物件許可權授予其他使用者或角色,不同的是但管理員收回用with grant option授權的使用者物件許可權時,許可權會因傳播而失效,如grant select on table with grant option to A,A使用者把此許可權授予B,但管理員收回A的許可權時,B的許可權也會失效,但管理員不可以直接收回B的SELECT ON TABLE 許可權。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12932950/viewspace-610803/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- with grant option與with admin option區別
- 關於GRANT賦權時,WITH GRANT OPTION和WITH ADMIN OPTION的使用
- 關於WITH GRANT OPTION
- GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘root‘ WITH GRANT OPTION;報錯IDE
- the --skip-grant-tables option so it cannot
- Oracle檢視授權(with grant option)Oracle
- SQL__GRANTSQL
- mysql grant 命令MySql
- MySQL Grant命令MySql
- Oracle ORA - 01720 grant option does not exist for..報錯解決Oracle
- grant 操作硬解析
- Oracle Grant / REVOKE 正解Oracle
- oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法OracleIDE
- mysqld --skip-grant-tablesMySql
- Oracle/PLSQL: Grant/Revoke PrivilegesOracleSQL
- ORA-01720: grant option does not exist for 'HWCUST.H_OKC_REGION_TERRITORY_T'
- 使用skip-grant-tables啟動庫後不能執行grant語句
- Oracle 許可權(grant、revoke)Oracle
- oracle grant 授權語句Oracle
- Import all grant statement of users in mysql schema !ImportMySql
- Oracle users / 許可權 / grant privOracle
- Linux:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannLinuxErrorMySqlServer
- grant debug connect session to db_test;Session
- dbms_java.grant_Permissio 使用/ORA-29532Java
- For v$ views you need to grant privilege to each v_$ directlyView
- Oauth支援的5類 grant_type 及說明OAuth
- Grant許可權導致執行計劃失效
- 系統許可權 GRANT ANY OBJECT PRIVILEGE的作用!Object
- ORA-01931: cannot grant UNLIMITED TABLESPACE to a roleMIT
- oracle受權與回收許可權grant和revokeOracle
- oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法的再次試驗-user已經存在但是賦予不同密碼OracleIDE密碼
- Mysql8.0不支援grant all privileges on *.* to root@“%“ identified by “.“;MySqlIDE
- 蘋果登入的invalid_grant問題記錄蘋果
- 詳解GuassDB資料庫許可權命令:GRANT和REVOKE資料庫
- 一個疑惑 ,gc cr grant 2-way ,簡單記錄GC
- oracle常見受權與回收許可權 grant和revokeOracle
- ERROR 1410 (42000): You are not allowed to create a user with GRANTError
- mysql操作命令梳理(4)-grant授權和revoke回收許可權MySql