Home > Database > Mysql Tutorial > 查看 MySQL 支援哪些 Storage Engine

查看 MySQL 支援哪些 Storage Engine

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 16:37:39
Original
1400 people have browsed it

MySQL 支援的 Storage Engine 很多, 如下述: MyISAM MEMORY HEAP MERGE MRG_MYISAM (Alias for MERGE) ISAM MRG_ISAM InnoDB INNOBASE (Alias for InnoDB) BDB BERKELEYDB (Alias for BDB) NDBCLUSTER NDB EXAMPLE CSV FEDERATED 查看 MySQL 支援哪些 Storag

MySQL 支援的 Storage Engine 很多, 如下述:

  • MyISAM
  • MEMORY
  • HEAP
  • MERGE
  • MRG_MYISAM (Alias for MERGE)
  • ISAM
  • MRG_ISAM
  • InnoDB
  • INNOBASE (Alias for InnoDB)
  • BDB
  • BERKELEYDB (Alias for BDB)
  • NDBCLUSTER
  • NDB
  • EXAMPLE
  • CSV
  • FEDERATED

查看 MySQL 支援哪些 Storage Engine

MySQL 系統能夠使用的 Storage Engine 有哪些呢?

可以使用 SHOW ENGINES 來查看, 有出現 "Support: Yes" 的, 就是可以使用的.

  • ex: mysql> show engines \G

註: 舊版的 MySQL 有些預設 InnoDB 沒有開啟, 要於 my.cnf 去開啟他.

相關網頁

  • MySQL :: MySQL 5.0 Reference Manual :: 13.7.5.13 SHOW ENGINES Syntax

The post 查看 MySQL 支援哪些 Storage Engine appeared first on Tsung's Blog.

查看 MySQL 支援哪些 Storage Engine

查看 MySQL 支援哪些 Storage Engine

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template