分类:
2005-11-03 01:14:30
use et 可以,use et; 不行!
不是bug是什么?
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> use et;
ERROR 1049 (42000): Unknown database 'et;'
mysql> use et
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> use et;
ERROR 1049 (42000): Unknown database 'et;'
mysql> use test
Database changed
mysql> use test;
Database changed
mysql>