Stephen Liu wrote:
If you want to get rid of the user entirely, use DROP USER.

Could you please explain in more detail???  Where shall I add "DROP
USER"

The manual always explains the full syntax (http://dev.mysql.com/), but in 
brief,

DROP USER 'vmailuser'@'localhost';

will remove the user if you wish.

Baron

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

Reply via email to