Steps to install MySQL on Ubuntu Server
After setting up the server, issue the below command to install mysql and its associated libraries
$ apt-get install mysql-server mysql-client libmysqlclient12-dev
Edit MySQL configuration file, to set the IP address that will be dedicated for MySQL.
(more…)