14.1.5 Turning Off InnoDB

  • Oracle recommends InnoDB as the preferred storage engine for typical database applications, from single-user wikis and blogs running on a local system, to high-end applications pushing the limits of performance. In MySQL 5.7, InnoDB is the default storage engine for new tables.
    • Oracle建議將InnoDB作爲典型的數據庫應用程序的首選存儲引擎,從運行在本地系統上的單用戶wiki和博客,到推動性能極限的高端應用程序,在mysql5.7,innodb是新表的默認存儲引擎
  • Important
    • InnoDB cannot be disabled. The --skip-innodb option is deprecated and has no effect, and its use results in a warning. It will be removed in a future MySQL release. This also applies to its synonyms (--innodb=OFF, --disable-innodb, and so forth).
    • innodb不能被禁止, --skip-innodb參數已經是過時的,沒有任何效果了,如果使用了你會收到一個警告,這個參數將在未來的MySQL版本中刪除,這也適用於它的同義詞(-innodb=OFF, --disable-innodb)
  • 發表評論
    所有評論
    還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
    相關文章