select table_catalog
,table_schema
,table_name
,engine
from information_schema.tables
where engine='MyISAM';
查询存储引擎为MyISAM的表
转载
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章