Question Different between InnoDB and MyISAM Engines ?

capedech

Well-known member
Joined
Oct 29, 2008
Messages
62
Programming Experience
Beginner
Hi,
I was using WAMP 5.1.6.1, the default engine is InnoDB.
And now I change it to WAMPServer 2.Of (MySql v5.1.30, which is I believe higher).
It's using MyISAM as engine.

I looked on Server:localhost, then Engines. There, it said like this :
InnoDB : Supports transactions, row-level locking, and foreign keys.
MyISAM : Default engine as of MySQL 3.23 with great performance.

But I still don't get it. Anybody know what's the different ?


Thanks in Advance.

Regards,
 
Back
Top