0
votes

How to find mysql databases/tables, which are stored in innodb engine?

Show tables just list the tables but not tell which are innodb and which are myisam

1

1 Answers

3
votes

try

SELECT ENGINE
FROM information_schema.TABLES