Bug #13765 | mysql-5.0.13 and mysql query browser 1.1.5 | ||
---|---|---|---|
Submitted: | 5 Oct 2005 8:47 | Modified: | 7 Oct 2005 0:49 |
Reporter: | Rajen Shah | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Administrator | Severity: | S2 (Serious) |
Version: | 5.0.3 | OS: | Windows (Windows) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[5 Oct 2005 8:47]
Rajen Shah
[7 Oct 2005 0:49]
MySQL Verification Team
This is expected behavior with a database called test and it is documented at: http://dev.mysql.com/doc/mysql/en/default-privileges.html --------------------------------------------------------------------------- On Windows, one anonymous account is for connections from the local host. It has all privileges, just like the root accounts. The other is for connections from any host and has all privileges for the test database or other databases with names that start with test. On Unix, both anonymous accounts are for connections from the local host. Connections must be made from the local host by specifying a hostname of localhost for one account, or the actual hostname or IP number for the other. These accounts have all privileges for the test database or other databases with names that start with test_. ---------------------------------------------------------------------------