select table_catalog
,table_schema
,table_name
,engine
from information_schema.tables
where engine='MyISAM';
select table_catalog
,table_schema
,table_name
,engine
from information_schema.tables
where engine='MyISAM';