Skip to content

Instantly share code, notes, and snippets.

@hoangdh
Created June 7, 2019 02:26
Show Gist options
  • Save hoangdh/bfadd0d4983383778662718c83d89c28 to your computer and use it in GitHub Desktop.
Save hoangdh/bfadd0d4983383778662718c83d89c28 to your computer and use it in GitHub Desktop.
Install MySQL 5.7 from Official Repository
yum install -y yum-utils
rpm -Uvh https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
yum-config-manager --disable mysql80-community
yum-config-manager --enable mysql57-community
yum install -y mysql-community-server.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment