当前mysql实例的存储引擎信息可以从information_schema.engines 中查询到

例子:

mysql> select * from information_schema.engines;
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
| ENGINE             | SUPPORT | COMMENT                                                        | TRANSACTIONS | XA   | SAVEPOINTS |
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
| MyISAM             | YES     | MyISAM storage engine                                          | NO           | NO   | NO         |
| CSV                | YES     | CSV storage engine                                             | NO           | NO   | NO         |
| MRG_MYISAM         | YES     | Collection of identical MyISAM tables                          | NO           | NO   | NO         |
| BLACKHOLE          | YES     | /dev/null storage engine (anything you write to it disappears) | NO           | NO   | NO         |
| MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables      | NO           | NO   | NO         |
| PERFORMANCE_SCHEMA | YES     | Performance Schema                                             | NO           | NO   | NO         |
| ARCHIVE            | YES     | Archive storage engine                                         | NO           | NO   | NO         |
| InnoDB             | DEFAULT | Supports transactions, row-level locking, and foreign keys     | YES          | YES  | YES        |
| FEDERATED          | NO      | Federated MySQL storage engine                                 | NULL         | NULL | NULL       |
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
9 rows in set (0.00 sec)

转载于:https://www.cnblogs.com/JiangLe/p/5806476.html

information_schema.engines学习相关推荐

  1. information_schema.columns 学习

    information_schema.columns 学习 每一个表中的每一列都会在information_schema.columns表中对应一行 1.informaiton_schema.colu ...

  2. information_schema.triggers 学习

    mysql实例中的每一个trigger 对应到information_schema.triggers 中有一行 1.information_schema.triggers 表的常用列: 1.trigg ...

  3. information_schema.routines 学习

    information_schema.routines 用户查看mysql中的routine信息 1.information_schema.routines 表中的常用列: 1. 转载于:https: ...

  4. information_schema.character_sets 学习

    information_schema.character_sets 表用于查看字符集的详细信息 1.character_sets 常用列说明: 1.character_set_name: 字符集名 2 ...

  5. 学习SQL:INFORMATION_SCHEMA数据库

    The best way how to explain what the INFORMATION_SCHEMA database is would be – "This is the dat ...

  6. MySQL INFORMATION_SCHEMA 使用

    一.INFORMATION_SCHEMA介绍 第一个查询看看库里有多少个表,表名等 select * from INFORMATION_SCHEMA.TABLES information_schema ...

  7. sql:命名管道管道程序_学习SQL:命名约定

    sql:命名管道管道程序 A naming convention is a set of unwritten rules you should use if you want to increase ...

  8. sql关于视图的sql_学习SQL:SQL视图

    sql关于视图的sql SQL views are another powerful database object we have at our disposal. In the previous ...

  9. sql组合键设置外键_学习SQL:外键

    sql组合键设置外键 In the previous article, we talked about the primary key (PK). In this one, we'll check w ...

最新文章

  1. SQLDataSet中执行DDL语句
  2. linux shell中文显示
  3. 皮一皮:被看穿的既视感...
  4. Android中级篇之百度地图SDK v3.5.0-一步一步带你仿各大主流APP地图定位移动选址功能
  5. C++volatile
  6. 花式看超级碗 人工智能、大数据在碗里
  7. hash table(用乘法散列法实现)
  8. android过滤html标签,Android中处理TextView带超链接HTML标签的点击事件处理方法
  9. impala sql清单
  10. 【模块化开发】之 模块化概述
  11. 一个demo学会c++编程
  12. As a good Java programer
  13. 在 Windows 中为高级用户配置 IPv6 的指南
  14. javascript开发植物大战僵尸网页版游戏源代码下载
  15. 电商数据分析师面试题分享
  16. python mqtt publish_mqtt异步publish方法
  17. 从零开始写 win32 打印机任务管理的 node 模块 (2)node-addon-api
  18. eclips 安装问题
  19. Linux如何ping本机IP,Linux ping6 本地ipv6地址无效的参数
  20. android 源码下载 1.6到6.0都有 百度盘下载

热门文章

  1. SQLCE数据库的几点研究
  2. 抓取epsg.io的内容
  3. 易位构词EOJ3451【字符串】【思维题】【模拟】
  4. 【文智背后的奥秘】系列篇——分布式爬虫之WebKit
  5. 我经历的IT公司面试及离职感受(转)
  6. Oracle 9i初始化参数文件
  7. Bash 手册 v3.2 - 5
  8. 域名解析 A记录 MX记录 CNAME记录 TTL
  9. 本週主題 -- Jakarta Commons Lang
  10. java iecapt.exe_java替换url的域名和端口方法