Storage Engines in mysql
Mysql support different type of storage engines that will support the table types,myIsam support transaction-safe table and nontransaction-safe tables. Following are different storage engines 1.MyIsam 2.InnoDb 3.MERGE 4.MEMORY(HEAP) 5.BDB-BerkelyDB 6.EXAMPLE 7.Federated 8.ARCHIVE 9.CSV 10.BLACKHOLE