MySQL Forums
Forum List  »  Install & Repo

How to yum install an old specific version like 5.6.22
Posted by: hua kai
Date: May 28, 2015 07:30AM

I want to use yum to install an old specific version.
I use mysql-community-release-el6-5.noarch.rpm as repo.
[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/6/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

But I only can list the latest 5.6.24 version.

I use 'yum list mysql-community-\*-5.6.22\*'

Loaded plugins: priorities, update-motd, upgrade-helper
4 packages excluded due to repository priority protections
Available Packages
mysql-community-bench.x86_64 5.6.22-2.el6 mysql56-community
mysql-community-client.i686 5.6.22-2.el6 mysql56-community
mysql-community-common.i686 5.6.22-2.el6 mysql56-community
mysql-community-devel.i686 5.6.22-2.el6 mysql56-community
mysql-community-devel.x86_64 5.6.22-2.el6 mysql56-community
mysql-community-embedded.i686 5.6.22-2.el6 mysql56-community
mysql-community-embedded.x86_64 5.6.22-2.el6 mysql56-community
mysql-community-embedded-devel.i686 5.6.22-2.el6 mysql56-community
mysql-community-embedded-devel.x86_64 5.6.22-2.el6 mysql56-community
mysql-community-libs.i686 5.6.22-2.el6 mysql56-community
mysql-community-libs-compat.i686 5.6.22-2.el6 mysql56-community
mysql-community-libs-compat.x86_64 5.6.22-2.el6 mysql56-community
mysql-community-test.x86_64 5.6.22-2.el6 mysql56-community

no server rpm could be list out, and the client only shows i686

But from http://repo.mysql.com/yum/mysql-5.6-community/el/6/x86_64/, I can see all 5.6.22 rpms includes server and client which are x84_64.

Is this means yum install not supports to install the old specific version. Can only down the rpms files from mysql website?

Options: ReplyQuote


Subject
Written By
Posted
How to yum install an old specific version like 5.6.22
May 28, 2015 07:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.