[EMAIL PROTECTED] (Pawel Eljasz) writes:

> there is a user with following grants:
> GRANT USAGE ON *.* TO 'ff'@'localhost' IDENTIFIED BY PASSWORD
> 'xxxxxxxxx'
> is it possible to:
> revoke all on *.* from $above_user  OR revoke usage on *.* from $above_user
> ?

DROP USER [EMAIL PROTECTED];

Simon

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

Reply via email to