difference between "WITH GRANT OPTION" and "WITH ADMIN OPTION"
641006Jun 4 2008 — edited Jul 16 2010When we grant privileges to a user we use any of the following:
grant select to user with admin option
or
grant select to user with grant option
Can anyone let me know the difference between the two ?