MySQL

https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-18-04

Instructions

  1. Install MySQL Server

    sudo apt install -y mysql-server
  2. Configure secure installation

    sudo mysql_secure_installation

 

Related articles