Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

Version 1 Current »

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