当前位置: 技术问答>linux和unix
windows下的emacs23做mysql的前台问题!
来源: 互联网 发布时间:2016-04-21
本文导语: 用windows下的emacs23作mysql数据库的前台连接上mysql数据库为什么不出现mysql>的提示符,而且无法执行Sql语句: select user(); go; ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds t...
用windows下的emacs23作mysql数据库的前台连接上mysql数据库为什么不出现mysql>的提示符,而且无法执行Sql语句:
select user(); go;
ERROR 1064 (42000) at line 2: 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 'go' at line 1
user()
root@localhost
Process SQL exited abnormally with code 1
输入完SQL语句后输入ENTER没有反应,再输入GO;就出现上面的结果了。
emacs作为oracle10g前台没有问题!
select user(); go;
ERROR 1064 (42000) at line 2: 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 'go' at line 1
user()
root@localhost
Process SQL exited abnormally with code 1
输入完SQL语句后输入ENTER没有反应,再输入GO;就出现上面的结果了。
emacs作为oracle10g前台没有问题!
|
oracle和mysql的SQL语句稍有不同,建议仔细检查一下语法。