查看mysql 存储引擎

来源:互联网 发布:调研报告数据分析 编辑:程序博客网 时间:2024/06/06 03:57

查看支持的存储引擎

mysql> show engines;

查看当前默认的存储引擎

mysql> show variables like '%storage_engine%';

查看某个表的存储引擎

mysql> show create table 表名;
0 0
原创粉丝点击