Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tweeeety/b3e92672c7408cdd5d9e to your computer and use it in GitHub Desktop.
Save tweeeety/b3e92672c7408cdd5d9e to your computer and use it in GitHub Desktop.
change /etc/yum.repos.d/mysql-community.repo
# Enable to use MySQL 5.5
[mysql55-community]
name=MySQL 5.5 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.5-community/el/6/$basearch/
# 0->1に変更
#enabled=0
enabled=1
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
# Enable to use MySQL 5.6
[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/6/$basearch/
# 1->0に変更
#enabled=1
enabled=0
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment