如何查看mysql中表的存储引擎类型

查看mysql中表的存储引擎类型的方法:1、使用【show table status from 数据库库名 where name=表名】;2、查看mysql服务器是否启用InnoDB存储引擎。 查看mysql中表的存储引擎类型的方法: 1.show

查看mysql中表的存储引擎类型的方法:1、使用【show table status from 数据库库名 where name='表名'】;2、查看mysql服务器是否启用InnoDB存储引擎。

查看mysql中表的存储引擎类型的方法:

1.show table status from 数据库库名 where name='表名',例: