tux penguin

mysql database server

mysql is a free database server application.

Installation

You can install a free database server using:
sudo apt-get install mysql-server
You will be prompted to create password for the database root account. This is distinct form the root account for the operating system and does not have to have the same password.

Home page