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). How can I find out which tables are using which engine?