ホームページ  >  記事  >  データベース  >  mysql报错:MySQL server version for the right syntax to use nea_MySQL

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

PHP中文网
PHP中文网オリジナル
2016-05-27 13:46:174919ブラウズ

本文实例讲述了mysql报错:MySQL server version for the right syntax to use near type=InnoDB的解决方法。分享给大家供大家参考,具体如下:

一、问题:

工作中使用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 即可

以上就是mysql报错:MySQL server version for the right syntax to use nea_MySQL的内容,更多相关内容请关注PHP中文网(www.php.cn)!


声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。