Major Products

MySQL

English

Overview

The most widely used open-source RDBMS in the world.

Details

An open-source RDBMS with a particularly high share in the web industry, whose development is led by Oracle. Its default storage engine is InnoDB, which is what provides MVCC, transactions, and foreign-key constraints -- the older MyISAM engine lacks all of these, which is worth knowing when thinking about compatibility.

More Database terms