Bug #1048 | Problem with Show_db_priv privilege | ||
---|---|---|---|
Submitted: | 14 Aug 2003 5:05 | Modified: | 14 Aug 2003 7:00 |
Reporter: | Jani Tolonen | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.14 | OS: | Any (All) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[14 Aug 2003 5:05]
Jani Tolonen
[14 Aug 2003 6:39]
MySQL Verification Team
As an interim result, the following is a proper GRANT: rant CREATE TEMPORARY TABLES on *.* to test@localhost; Query OK, 0 rows affected (0.76 sec)
[14 Aug 2003 7:00]
Sergei Golubchik
expected behaviour. User can see all databases that he has any grant on. If user can create temporary table in any database or lock table in any database - he can see these databases. Same for any global privilege, e.g. select_priv; Show_db_priv privilege allows to see databases that a user has no grants on.