Yes, and from database and table level too, but you must revoke GRANT
OPTION seperately from all other privs like this:

REVOKE GRANT OPTION ON <database>.<table>FROM user

GRANT and REVOKE are essential to your database security, I would
think twice before adding a "layer" on top of them. There is potential
for error and you dont want that where security is related. It is
probably worth the "pain" of learning the ins and outs of
GRANT/REVOKE.

Hope that Helps,

Imran Chaudhry




--
http://www.EjectDisc.com
Get your Digital Identity - Domain Names, Web Space, E-mail & More!

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to