This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1.rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm # Download | |
| 2.yum install yum-utils -y # loading source | |
| 3.yum-config-manager --disable mysql56-community # Disable the source of MySQL5.6 | |
| 4.yum-config-manager --enable mysql57-community-dmr # Enable MySQL5.7 source | |
| 5.yum repolist enabled | grep mysql |