Bug #114913 | FLUSH PRIVILEGES statements ?!?!? | ||
---|---|---|---|
Submitted: | 7 May 16:25 | Modified: | 8 May 14:25 |
Reporter: | Jean-François Gagné | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[7 May 16:25]
Jean-François Gagné
[7 May 16:49]
Jean-François Gagné
Hum, I might have mis-understood the FLUSH_PRIVILEGES privilege. I thought it was for running FLUSH, but it looks like it is only to run FLUSH PRIVILEDGE. So the "FLUSH PRIVILEGES statements" is actually ok. This leaves us with "there are any users having the FLUSH_PRIVILEGES privilege" which should be changed to "there are any users having the RELOAD privilege". Sorry for my confusion.
[8 May 6:36]
MySQL Verification Team
Hello Jean-François, Thank you for the report and feedback. regards, Umesh
[8 May 14:25]
Jon Stephens
Not a bug. The text is correct as written: The check is performed when upgrading to any 8.4 version, not only to 8.4.0. If there are no users with the FLUSH_PRIVILEGES privilege, users having RELOAD have the new privilege assigned to them. Thanks!