MySQL

MySQL community is an open source RDBMS.

Installation

On Ubuntu you can install MySQL as following:

sudo apt-get install mysql-server

For more details you can have a look at this short tutorial.

Documentation

The documentation is available online (MySQL documentation).