mysql報錯:MySQL server version for the right syntax to use near type=InnoDB的解決方法,syntaxinnodb
本文實例講述了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數據庫設計有所幫助。
您可能感興趣的文章:
- 編譯PHP報錯configure error Cannot find libmysqlclient under usr的解決方法
- mysql服務無法啟動報錯誤1067解決方法(mysql啟動錯誤1067 )
- 開啟bin-log日志mysql報錯的解決方法
- MySql報錯Table mysql.plugin doesn’t exist的解決方法
- phpmyadmin報錯:#2003 無法登錄 MySQL服務器的解決方法
- Can''t create/write to file ''C:\WINDOWS\TEMP\...MYSQL報錯解決方法
- MySQL Administrator 登錄報錯的解決方法
- MySQL提示The InnoDB feature is disabled需要開啟InnoDB的解決方法
- MySQL中Innodb的事務隔離級別和鎖的關系的講解教程
- MySQL中InnoDB存儲引擎的鎖的基本使用教程
- MySQL的InnoDB引擎入門學習教程