Hi !!

Whenever i create a database user using GRANT command, mysql add a register inside the 
user table in mysql database. I've noticed that if i use REVOKE to revoke all 
privileges from that user, mysql does not delete the register from user table, but 
denies every permission for that user. What if i want to delete a user from user 
table? Should i delete it manually? is that safe? 

Thanks ! 

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

Reply via email to