Difference between InnoDB and MyISAM.
InnoDB and MyISAM are storage engines for MySQL DBMS. Prior to version 5.5, the latter was used as a default storage engine by MySQL. It is now using InnoDB as a default.
This page focusses on the difference between both these storage engines in MySQL.