Skip to content

Install MySQL in Ubuntu

Dr. M H B Ariyaratne edited this page Jul 27, 2019 · 1 revision

First, update the system by following commands

sudo apt-get update

sudo apt-get upgrade

Install MySQL

sudo apt install mysql-server mysql-client

Clone this wiki locally