Skip to content

Instantly share code, notes, and snippets.

@orita
Created March 6, 2014 07:10
Show Gist options
  • Save orita/9383986 to your computer and use it in GitHub Desktop.
Save orita/9383986 to your computer and use it in GitHub Desktop.
mysql 5.5 with mysql community yum repository EL6
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