From: "Nico Sabbi"
> mysql> show grants for user3;
> +-----------------------------------+
> | Grants for [EMAIL PROTECTED]                |
> +-----------------------------------+
> | GRANT USAGE ON *.* TO 'user3'@'%' |
> +-----------------------------------+
> 1 row in set (0.00 sec)
> 
> what am I doing wrong?

You're not reading carefully ;-P
Look at the table at http://dev.mysql.com/doc/mysql/en/grant.html

Near the bottom it says:
USAGE   ||    Synonym for ``no privileges''

So, you succesfully removed all privileges!

Regards, Jigal.

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

Reply via email to