Steps to Install MySQL on Linux-CentOS 7
Step 1: Download MYSQL repositories
wget http://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm
Step 2: Prepare repository to install MySQL
sudo rpm -Uvh
mysql57-community-release-el7-9.noarch.rpm
Step 3: Install MySQL on your server
sudo yum
install mysql-server
During the installation, you will be asked to
provide Y or N. Just type Y. If you see Complete! message, then it means that Install completed
successfully.
Step 4: Start the MySQL service
sudo
systemctl start mysqld
Step 5: Check the service status
sudo
systemctl status mysqld
Thanks for reading the article. If you feel it solves
your problem, please do like,comment and share this !!!!!!!!!
0 comments:
Post a Comment