How to Install MySQL on a CentOS 7 Server?
There are three steps to install mysql on a centos7 server:
Download the MySQL repository
Install it
Configure it
Download the MySQL repository
Update our system
sudo yum update
Add MySQL repositories
sudo wget https://dev.mysql.com/get/mys...
ruchi77.hashnode.dev2 min read