Install MySQL in Ubuntu - hmislk/hmis GitHub Wiki
First, update the system by following commands
sudo apt-get update
sudo apt-get upgrade
Install MySQL
sudo apt install mysql-server mysql-client
First, update the system by following commands
sudo apt-get update
sudo apt-get upgrade
Install MySQL
sudo apt install mysql-server mysql-client