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
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
--
>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'@'%';