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
++++++++++++++++++++
如下
++++++++++++++++++++
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
++++++++++++++++++++

浙公网安备 33010602011771号