首页 > 数据库> > mysql的存储引擎 mysql的存储引擎 2020-07-08 23:06:25 作者:互联网 1.存储引擎的概念 2.查看存储引擎 查询所有的引擎: show engines; 当前使用的引擎: show variables like '%storage_engine%' 3.MYISAM与InnoDB的区别 标签:存储,engines,show,variables,storage,引擎,mysql 来源: https://www.cnblogs.com/juncaoit/p/13269799.html