select table_schema,table_name,engine from information_schema.tables
where table_schema not in('information_schema','mysql','performance_schema','test')
and engine='InnoDB'
微信公众号: 架构师日常笔记 欢迎关注!
select table_schema,table_name,engine from information_schema.tables
where table_schema not in('information_schema','mysql','performance_schema','test')
and engine='InnoDB'
微信公众号: 架构师日常笔记 欢迎关注!