程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> 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的解決方法,syntaxinnodb

編輯:MySQL綜合教程

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引擎入門學習教程

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved