Bug #3492 | grant command | ||
---|---|---|---|
Submitted: | 18 Apr 2004 11:46 | Modified: | 18 Apr 2004 12:33 |
Reporter: | rod luo | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 4.0.18 | OS: | Windows (win2000) |
Assigned to: | CPU Architecture: | Any |
[18 Apr 2004 11:46]
rod luo
[18 Apr 2004 12:33]
Paul DuBois
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: The SHOW DATABASES privilege is an administrative privilege, and must be granted at the global level with ON *.*. The first three statements use ON db_name.*, so they grant on privileges that can be granted at the database level. http://dev.mysql.com/doc/mysql/en/GRANT.html http://dev.mysql.com/doc/mysql/en/Privileges_provided.html Please note that this is not a bug. If you're not sure about why something works the way it does, please ask about it on one of the mailing lists, not in the bug system. Thanks.