Bug #8289 | trying to create a database named 'prn' on a windows machine | ||
---|---|---|---|
Submitted: | 3 Feb 2005 15:25 | Modified: | 3 Feb 2005 15:47 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | MySQL 4.1.8-nt | OS: | Windows (Windows 2000) |
Assigned to: | CPU Architecture: | Any |
[3 Feb 2005 15:25]
[ name withheld ]
[3 Feb 2005 15:47]
MySQL Verification Team
I wasn't able to repeat the behavior reported with 4.1.9: C:\mysql\bin>mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 to server version: 4.1.9-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database `prn`; ERROR 1006 (HY000): Can't create database 'prn' (errno: 2) mysql> create database prn; ERROR 1006 (HY000): Can't create database 'prn' (errno: 2) mysql>