Mysql优化策略

存储引擎

show engines : 查看Mysql提供了什么存储引擎

查看Mysql当前默认的存储引擎:  show variables like '%storage_engine%'

 MyISam和InnoDB的区别

原文地址:https://www.cnblogs.com/chentop/p/10392380.html