how to install mysql in ubuntu 18.04 step by step code example
Example 1: how to get mysql on ubuntu
sudo apt install mysql-server
Example 2: how to enable mysql authentication on ubuntu 18.04
//follow this blog
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-18-04