Created
March 6, 2014 07:10
-
-
Save orita/9383986 to your computer and use it in GitHub Desktop.
mysql 5.5 with mysql community yum repository EL6
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
rpm -ivh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm | |
yum --enablerepo=mysql55-community --disablerepo=mysql56-community | |
install mysql-community-server | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment