码迷,mamicode.com
首页 > 数据库 > 详细

MySQL check the manual that corresponds to your MySQL server version for the right syntax错误

时间:2014-10-06 17:30:00      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:des   blog   http   io   for   strong   sp   div   问题   

地化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错误

标签:des   blog   http   io   for   strong   sp   div   问题   

原文地址:http://www.cnblogs.com/niit-soft-518/p/4008380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!