1. Create a backup of the original MySQL data cp /var/lib/mysql /var/lib/mysql.original 2. Download the MySQL 5.7 RPM wget http://repo.mysql.com/mysql57-community-release-el7.rpm -P /tmp/ 3. Remove th...Read More
1. Verify the hostname on your server is set correctly Set Hostname 2. Download the MySQL RPM wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm -P /tmp/ 3. Enable to RPM rpm -ivh /tm...Read More