失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > MySQL建表1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL

MySQL建表1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL

时间:2018-12-24 13:06:20

相关推荐

MySQL建表1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL

MySQL在导表新建的时候会有索引报错,如下:

PRIMARYKEY(`tag_id`)USINGBTREE,为导出的SQL语句,但是实际运行时需要改为如下:

PRIMARYKEY`tag_id`USINGBTREE(`tag_id`),

一个括号都不要错了!!!

如果觉得《MySQL建表1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。