Bug #8845 flush privileges command not work
Submitted: 28 Feb 2005 15:16 Modified: 1 Mar 2005 18:14
Reporter: Jun Wan Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.8-Max OS:Linux (RED HAT AS 3.0)
Assigned to: CPU Architecture:Any

[28 Feb 2005 15:16] Jun Wan
Description:
When I update user table in mysql database or I use grant ... to create a user I have to restart the server to make it happen. The flush privileges command just don't reload the privilege table.

Jun

How to repeat:
GRANT ALL ON *.* TO me@localhost identified by 'mypaass';
flush privileges;
[1 Mar 2005 18:14] MySQL Verification Team
Hi,

Thank you for the report, but I wasn't able reproduce it.
FLUSH PRIVILEGES works fine for me.