Bug #3044 | MySQL forgets privileges | ||
---|---|---|---|
Submitted: | 2 Mar 2004 12:52 | Modified: | 26 May 2004 11:29 |
Reporter: | Bill Winett | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.1-alpha-standard | OS: | Windows (Windows) |
Assigned to: | CPU Architecture: | Any |
[2 Mar 2004 12:52]
Bill Winett
[6 Mar 2004 6:53]
MySQL Verification Team
libmysqld does not work with privieleges. If user@host , on normal server, can not access a table to which he / she has privileges, please send output from SHOW GRANTS for that user@host and the full error message (with the command that caused the error message) , meaning both error number and text.
[26 Apr 2004 9:14]
Bill Winett
Just happened again. The "show grants" command shows that the user doesn't have access to the tables: mysql> show grants for 'x'@'y.com'; +--------------------------------------------------------------+ | Grants for x@y.com | +--------------------------------------------------------------+ | GRANT USAGE ON *.* TO 'x'@'y.com' IDENTIFIED BY PASSWORD 'z' | +--------------------------------------------------------------+ 1 row in set (0.00 sec) but that is the problem! I've granted other privileges to this user. In fact, I have to re-grant privileges to this user every couple of weeks!
[26 Apr 2004 11:29]
Sergei Golubchik
Unfortunately, this is still not enough :( To fix the bug we need a way to somehow repeat the incorect behaviour. May be you can try to create a script that simulates the load in your application (only GRANT commands probably) and see if it reproduces the problem ?
[5 May 2004 8:34]
Dan Nelson
Could this be a dupe of bug 2178 ?
[14 Feb 2005 22:54]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".