mysql的存储引擎

1.存储引擎的概念

  

2.查看存储引擎

  查询所有的引擎:

    show engines;

  当前使用的引擎:

     show variables like '%storage_engine%'

3.MYISAM与InnoDB的区别

  

  

原文地址:https://www.cnblogs.com/juncaoit/p/13269799.html