Possible Duplicate:
MyISAM versus InnoDB
what is the difference between innodb and myisam ? i see both of them as a type of engine in my mysql database.
Possible Duplicate:
MyISAM versus InnoDB
what is the difference between innodb and myisam ? i see both of them as a type of engine in my mysql database.
The main difference is that InnoDB supports transactions, but MyISAM does not.