Jak sprawdzić silnik bazy danych w MySQL

SELECT TABLE_NAME, ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = 'database';
Ashamed Armadillo