My MySQL database contains several tables using different storage engines (specifically myisam and innodb). How can I find out which tables are using which engine?
My MySQL database contains several tables using different storage engines (specifically myisam and innodb).
Share
This will give you (among other things) an
Enginecolumn, which is what you want.