Bug #29004 | in 'SHOW DATABASES' a database named DATABASE shows up | ||
---|---|---|---|
Submitted: | 9 Jun 2007 3:35 | Modified: | 9 Jun 2007 3:40 |
Reporter: | Ace Suares | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Linux (ubuntu-server (dapper)) |
Assigned to: | CPU Architecture: | Any |
[9 Jun 2007 3:35]
Ace Suares
[9 Jun 2007 3:40]
Ace Suares
Blush... this happened because of the following command: mysqladmin CREATE DATABASE (I forgot to replace the DATABASE by a real database name, so it created a database called DATABASE....) Sorry. I now just did mysqladmin drop DATABASE and it's gone.