I appreciate your attempt to get me to RTM, but I think you'll find the
[EMAIL PROTECTED] syntax is correct.  It works if I list a specific privilege to
revoke.

The problem is that ALL is itself a specific privilege.  You can
grant/revoke using it but it doesn't replace all the other specific
privileges - it's just another one and happens to mean everything.  I can
grant/revoke ALL, but it leaves all those other specific privileges intact.

As far as I see it, the problem lies with how to remove all those specific
privileges easily.  I can blindly list all privs to remove, but this is not
ideal.  I suppose I could export host_privs, do some jigery-pokery with
sed/awk and formulate all the possible privs to remove, but that just seems
too long-winded.

I hope this explains the problem better,

Thanks,
Steve :)
--
View this message in context: 
http://www.nabble.com/Problem-revoking-all-privileges-t1183423.html#a3117095
Sent from the MySQL - General forum at Nabble.com.


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

Reply via email to