MySQL on Ubuntu

How To Install MySQL Server on Ubuntu 16.04

Install from the repo:
$ sudo apt-get update
$ sudo apt-get install mysql-server

Run the security script:
$ mysql_secure_installation

Check MySQL status
$ systemctl status mysql.service