with admin option is for further grant system privileges, such as create table, create procedure
with grant option is for further grant object privileges, such as insert , update , delete for table and view
revoke the privileges which grant with admin option, the next level grantee's privileges would not be revoke, but grant option will be.
本文探讨了WITH ADMIN OPTION用于授予系统权限如创建表、过程等,而WITH GRANT OPTION则用于进一步授予对象权限,例如对表和视图进行插入、更新和删除操作。撤销带有ADMIN OPTION的权限时,下级用户的权限不会被撤销,但其GRANT OPTION将被取消。
8851

被折叠的 条评论
为什么被折叠?



