Skip to content

Instantly share code, notes, and snippets.

View htquanq's full-sized avatar
💯

htquanq htquanq

💯
View GitHub Profile
@htquanq
htquanq / MySQL5.7
Created November 26, 2018 13:55
Fixing missing lib libsasl2.so.2() (64bit) when install MySQL-community-server-5.7 on RHEL 7
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