Bug #20081 | can't create a view on information_schema.tables | ||
---|---|---|---|
Submitted: | 26 May 2006 1:20 | Modified: | 1 Jun 2006 0:18 |
Reporter: | Greg Mierle | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.00.2195 | OS: | Windows (windows) |
Assigned to: | CPU Architecture: | Any |
[26 May 2006 1:20]
Greg Mierle
[26 May 2006 19:35]
Tonci Grgin
This is a duplicate of bug report #19953.
[30 May 2006 2:29]
Greg Mierle
The error message reported in #19953 is similar, and there may be a common underlying cause. However, in the example that I provided the user account was granted all privileges, and the error should not have arisen from the absence of SELECT privileges.
[30 May 2006 6:14]
Tonci Grgin
Hi Greg. User needs "SELECT_PRIV" on "information_schema" database for this to work which is obviously a bug. Will add note to #19953.
[31 May 2006 0:46]
Greg Mierle
Hmmm. You're right. There were no privileges for the zzUser account on the Information_schema db in the example. The weird thing is that I can query the information_schema tables as the zzUser with select commands. Another bug? A design feature? Greg
[31 May 2006 6:31]
Tonci Grgin
Greg, I think this is a bug, as I said in previous post. Please check progres in original report: http://bugs.mysql.com/bug.php?id=19953
[1 Jun 2006 0:18]
Greg Mierle
My point was that it looks to me like there are two distinct bugs: 1. a failure to assign appropriate privileges, and 2. allowing selects on information_schema eventhough privileges weren't granted. But if you regard this as one bug, then that's ok. I'm just trying to be helpful. I have taken a different tact and its not an issue for me anymore.
[2 Jun 2006 7:40]
Tonci Grgin
And you are Greg, thanks.