Installing MySQL on CentOS7



Installing MySQL on CentOS7

Installing MySQL on CentOS7

Learn how to install MySQL on CentOS-7. Understand what happens during installation.

wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm

rpm –ivh mysql57-community-release-el7-11.noarch.rpm

sudo yum install -y mysql-server

sudo grep ‘temporary password’ /var/log/mysqld.log

validate_password_policy=LOW

sudo mysql_secure_installation

Comments are closed.