首页 > 代码库 > MySQL check the manual that corresponds to your MySQL server version for the right syntax错误
MySQL check the manual that corresponds to your MySQL server version for the right syntax错误
地化GO的时候一直遇到一个错误就是check the manual that corresponds to your MySQL server version for the right syntax,反复检查过多次语句都没发现错误,后来网上搜索解决方法见到:
http://hi.baidu.com/iamzhangxinxu/blog/item/6f925a310cb80c93a8018e37.html
遇到的check the manual that corresponds to your MySQL server version for the right syntax错误。 结果发现是SQL关键字冲突。 可能是经验不够吧。 有个字段名我命名为desc,表示描述(description)。却没有注意到,该desc与SQL查询语句中的降序排列关键字DESC冲突了! 后修改desc为descpt即问题解决! |
MySQL check the manual that corresponds to your MySQL server version for the right syntax错误
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。