From: Martijn Tonies Date: August 16 2005 9:35am Subject: Re: Why can't I revoke usage from user? List-Archive: http://lists.mysql.com/mysql/187872 Message-Id: <019e01c5a245$d672ad50$3802a8c0@martijnws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Gleb, > Hello. > > 'USAGE' means that user doesn't have any privileges. Use 'DROP USER'. > See: > http://dev.mysql.com/doc/mysql/en/drop-user.html I disagree here. "drop user" will drop the user, revoking "usage" can be something different. If, for example, you do "grant usage on dbname.*" this is different from then "just" a user without "usage" granted to that database. Besides, having a user without privileges might be useful as well :-) With regards, Martijn Tonies Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL Server Upscene Productions http://www.upscene.com Database development questions? Check the forum! http://www.databasedevelopmentforum.com