欢迎投稿

今日深度:

mysql报错:MySQL server version for the right syntax to us

mysql报错:MySQL server version for the right syntax to use near 'type=InnoDB',syntaxinnodb


工作中使用sql语句建表时,mysql报了如下错误:

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 'type=InnoDB' at line 1


解决方案:

这个报错是由于某些版本的mysql不支持type写法,将type关键词改成ENGINE 即可。

版权声明:本文为博主原创文章,未经博主允许不得转载。

www.htsjk.Com true http://www.htsjk.com/shujukunews/9650.html NewsArticle mysql报错:MySQL server version for the right syntax to use near type=InnoDB,syntaxinnodb 工作中使用sql语句建表时,mysql报了如下错误: You have an error in your SQL syntax; check the manual that corresponds to your My...
评论暂时关闭