Cara Memeriksa Mesin Basis Data di MySQL

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