You can use SHOW TABLE STATUS to see table information.
SHOW TABLE STATUS
SHOW TABLE STATUS WHERE `Name` = 'my_table';
Simply check the value of the Engine column in the returned dataset to know which engine the table is using.
Engine
1.4m articles
1.4m replys
5 comments
57.0k users