Bug #7191 | REVOKE doens't remove permissions from a logged in user | ||
---|---|---|---|
Submitted: | 11 Dec 2004 9:46 | Modified: | 17 Jan 2014 14:56 |
Reporter: | Jan Kneschke | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Security: Privileges | Severity: | S2 (Serious) |
Version: | 4.1.7, 5.6.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Dec 2004 9:46]
Jan Kneschke
[12 Feb 2005 12:56]
Gleb Paharenko
I didn't see any FLUSH PRIVILEGES statement.
[12 Feb 2005 15:31]
Sergei Golubchik
It'll be fixed when roles will be implemented
[12 Feb 2005 17:07]
Paul DuBois
See: http://dev.mysql.com/doc/mysql/en/privilege-changes.html Try a USE statement and see if the change takes effect, as indicated in the manual.
[12 Feb 2005 17:30]
Jan Kneschke
It behaves according to the manual, but SHOW CREATE table doesn't reflect it.
[17 Jan 2014 14:56]
Georgi Kodinov
Still valid on 5.6.17. Moving to verified.
[11 Nov 2017 19:28]
Federico Razzoli
Seems to be fixed in (or before) 5.7. Now CREATE TABLE fails and SHOW GRANTS reflects the reality.