MySQL is a popular open-source relational database that stores data in tables and speaks SQL. It uses a pluggable storage engine architecture, and the engine you pick decides how rows are stored, locked, and recovered.
InnoDB (the default)
Since MySQL 5.5, InnoDB is the default and the right choice for almost everything:
