查看mysql的存储引擎:

 mysql>show engines;

查看默认的搜索引擎:

mysql>show variables like '%storage_engine%';

查看某个表用的什么引擎

show create table 表名;

相关文章:

  • 2021-04-12
  • 2021-06-13
  • 2021-07-16
  • 2021-12-03
  • 2022-03-07
猜你喜欢
  • 2021-12-26
  • 2022-01-24
  • 2022-01-29
  • 2021-11-16
  • 2022-12-23
  • 2022-02-09
  • 2021-06-12
相关资源
相似解决方案