1、show engines;

查看MySQL数据库支持的存储引擎

2、show engines\g;

查看MySQL数据库支持的存储引擎

3、show variables like 'have%';

查看MySQL数据库支持的存储引擎

4、show variables like 'storage_engine';

查看MySQL数据库支持的存储引擎

相关文章:

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