Re: GRANT temporarily removes passwods until FLUSH

2004-05-28 Thread C.W.
Sergei Golubchik wrote: Hi! On May 27, [EMAIL PROTECTED] wrote: Description: Using the GRANT command causes the password to be deleted until 'FLUSH PRIVILEGES' is executed. This is a security problem. Search the bugdb - http://bugs.mysql.com/ the bug is reported there and is already

Re: GRANT temporarily removes passwods until FLUSH

2004-05-28 Thread Sergei Golubchik
Hi! On May 27, [EMAIL PROTECTED] wrote: > >Description: Using the GRANT command causes the password to be > deleted until 'FLUSH PRIVILEGES' is executed. This is a security > problem. Search the bugdb - http://bugs.mysql.com/ the bug is reported there and is already fixed. Regards, Sergei --

GRANT temporarily removes passwods until FLUSH

2004-05-27 Thread temp18
>Description: Using the GRANT command causes the password to be deleted until 'FLUSH PRIVILEGES' is executed. This is a security problem. >How-To-Repeat: New 4.1 BINARY install; installed as noted in instructions. No users except root exist. Execute MySQL> GRANT SELECT ON bugg.* TO 'cwolf'@'%';