MySQL is an open-source relational database management system (RDBMS) where data is organized into one or more data tables in which data types may be related to each other.
The reference version used in this tutorial is Ubuntu 20.04.
Update system packages (recommneded)
$sudoaptupdate
Install the mysql-server package
$sudoaptinstallmysql-server
Configure the MySql server (using sudo)
$sudomysql_secure_installation
This command will take the user through a series of prompts where you can make some changes to your MySQL installation’s security options.
The most important step in this setup is when we are asked for the password of the MySql root user.