MySQ1064错误check the manual that corresponds to your MySQL server version for the right syntax错误
用MySQL新建了一个kb表,插入了一条数据。总是显示check the manual that corresponds to your MySQL server version for the right syntax错误,分析了一下,产生这个错误的原因一般是表名和mysql保留关键字重复,或者是你的语句有问题,比如:语句最后加了个逗号。