Bug 434794
| Summary: | CREATE DATABASE permission bug | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Silecs SARL <support> |
| Component: | mysql | Assignee: | Tom Lane <tgl> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.0 | CC: | byte, hhorak |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-26 02:04:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Silecs SARL
2008-02-25 15:22:18 UTC
This is not a bug, but intentional (if poorly documented) behavior on upstream's part. Look into /usr/share/mysql/mysql_system_tables_data.sql. If you don't like it you can remove the test\_% entry from mysql.db. Many thanks for your explanation. I finally found a reference in the Mysql Bugs DB : http://bugs.mysql.com/bug.php?id=12638 And in the documentation : http://dev.mysql.com/doc/refman/5.0/en/default-privileges.html (not very well stressed !) The most confusing thing is that the rule allows the CREATION of these test_% database. I think the distros versions should at least turn the Create-priv field to 'N'. |