SHOW ENGINES G

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SHOW ENGINES G相关的知识,希望对你有一定的参考价值。

mysql> SHOW ENGINES \G
*************************** 1. row ***************************
Engine: InnoDB    # 存储引擎
Support: DEFAULT  # YES表示支持该存储引擎,NO表示不支持该存储引擎,DEFAULT表示该引擎为当前默认存储引擎
Comment: Supports transactions, row-level locking, and foreign keys
Transactions: YES
XA: YES
Savepoints: YES
*************************** 2. row ***************************
Engine: MRG_MYISAM
Support: YES
Comment: Collection of identical MyISAM tables
Transactions: NO
XA: NO
Savepoints: NO
*************************** 3. row ***************************
Engine: MEMORY
Support: YES
Comment: Hash based, stored in memory, useful for temporary tables
Transactions: NO
XA: NO
Savepoints: NO
*************************** 4. row ***************************
Engine: BLACKHOLE
Support: YES
Comment: /dev/null storage engine (anything you write to it disappears)
Transactions: NO
XA: NO
Savepoints: NO
*************************** 5. row ***************************
Engine: MyISAM
Support: YES
Comment: MyISAM storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 6. row ***************************
Engine: CSV
Support: YES
Comment: CSV storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 7. row ***************************
Engine: ARCHIVE
Support: YES
Comment: Archive storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 8. row ***************************
Engine: PERFORMANCE_SCHEMA
Support: YES
Comment: Performance Schema
Transactions: NO
XA: NO
Savepoints: NO
*************************** 9. row ***************************
Engine: FEDERATED
Support: NO
Comment: Federated MySQL storage engine
Transactions: NULL
XA: NULL
Savepoints: NULL

 

 

 

    

以上是关于SHOW ENGINES G的主要内容,如果未能解决你的问题,请参考以下文章

数据库存储引擎 show engines 修改引擎

Mysql 环境配置查询

NPM - package.json#engines |如何指定 Python?

Snowflake 摘得DB-Engines“2021 年度数据库”称号

DB-Engines Ranking

awesome-workflow-engines