Chinaunix首页 | 论坛 | 博客
  • 博客访问: 126921
  • 博文数量: 100
  • 博客积分: 1850
  • 博客等级: 上尉
  • 技术积分: 650
  • 用 户 组: 普通用户
  • 注册时间: 2005-11-02 23:52
文章分类

全部博文(100)

文章存档

2016年(1)

2009年(1)

2008年(5)

2007年(11)

2006年(32)

2005年(50)

我的朋友

分类:

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>

阅读(683) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:mysql5.0的一个bug

给主人留下些什么吧!~~