Thanks !! 

Do you happen to know why mysql decided not to erase those users??





On Fri, 10 Oct 2003 17:07:12 +0300
Victoria Reznichenko <[EMAIL PROTECTED]> wrote:

> Alejandro Javier Pomeraniec <[EMAIL PROTECTED]> wrote:
> > 
> > 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? 
> > 
> 
> Yes, you should delete user manually. Don't forget about FLUSH PRIVILEGES.
> 
> 
> -- 
> For technical support contracts, goto https://order.mysql.com/?ref=ensita
> This email is sponsored by Ensita.net http://www.ensita.net/
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
>  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
> /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
>        <___/   www.mysql.com
> 
> 
> 
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 

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

Reply via email to