MySql 命令行中注意中文分号;这个是不能被接收的,不等于英文的;

MySql 命令行中注意中文分号这个是不能被接收的,不等于英文的;
如下
++++++++++++++++++++
mysql> select database();
    ->
    ->
    -> ;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near ';
;' at line 1
++++++++++++++++++++

posted @ 2008-12-04 21:15  shuang  阅读(686)  评论(0)    收藏  举报