SyntaxFix
Write A Post
Hire A Developer
Questions
go to information_schema database there you will find 'tables' table then select it;
Mysql>use information_schema; Mysql> select table_name,engine from tables;