How to install specific mysql 5.6.21 version on redhat?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












My requirement is Mysql 5.6.21. I tried to install Mysql but it installed 5.6.31 version.



I tried following steps:



$ yum repolist all | grep mysql



It gives following output:



mysql55-community/x86_64 MySQL 5.5 Community Server disabled
mysql55-community-source MySQL 5.5 Community Server - So disabled
mysql56-community/x86_64 MySQL 5.6 Community Server enabled:
mysql56-community-source MySQL 5.6 Community Server - So disabled


Then I run



$ sudo yum install mysql-community-server mysql-community-client



Package mysql-community-server.x86_64 0:5.6.31-2.el7 will be installed 

Processing Dependency: mysql-community-client(x86-64) = 5.6.31-2.el7 for package: mysql-community-server-5.6.31-2.el7.x86_64
Running transaction check
Package MySQL-client.x86_64 0:5.6.21-1.linux_glibc2.5 will be obsoleted
Package mysql-community-client.x86_64 0:5.6.31-2.el7 will be obsoleting
Finished Dependency Resolution


It installs Mysql 5.6.31. Could any one help me to install Mysql 5.6.21?



I am using Red Hat Enterprise Linux Workstation release 7.2 64bit Version.










share|improve this question























  • Why do you need to install that specific version?
    – Xiong Chiamiov
    Jun 25 '16 at 15:08














up vote
3
down vote

favorite












My requirement is Mysql 5.6.21. I tried to install Mysql but it installed 5.6.31 version.



I tried following steps:



$ yum repolist all | grep mysql



It gives following output:



mysql55-community/x86_64 MySQL 5.5 Community Server disabled
mysql55-community-source MySQL 5.5 Community Server - So disabled
mysql56-community/x86_64 MySQL 5.6 Community Server enabled:
mysql56-community-source MySQL 5.6 Community Server - So disabled


Then I run



$ sudo yum install mysql-community-server mysql-community-client



Package mysql-community-server.x86_64 0:5.6.31-2.el7 will be installed 

Processing Dependency: mysql-community-client(x86-64) = 5.6.31-2.el7 for package: mysql-community-server-5.6.31-2.el7.x86_64
Running transaction check
Package MySQL-client.x86_64 0:5.6.21-1.linux_glibc2.5 will be obsoleted
Package mysql-community-client.x86_64 0:5.6.31-2.el7 will be obsoleting
Finished Dependency Resolution


It installs Mysql 5.6.31. Could any one help me to install Mysql 5.6.21?



I am using Red Hat Enterprise Linux Workstation release 7.2 64bit Version.










share|improve this question























  • Why do you need to install that specific version?
    – Xiong Chiamiov
    Jun 25 '16 at 15:08












up vote
3
down vote

favorite









up vote
3
down vote

favorite











My requirement is Mysql 5.6.21. I tried to install Mysql but it installed 5.6.31 version.



I tried following steps:



$ yum repolist all | grep mysql



It gives following output:



mysql55-community/x86_64 MySQL 5.5 Community Server disabled
mysql55-community-source MySQL 5.5 Community Server - So disabled
mysql56-community/x86_64 MySQL 5.6 Community Server enabled:
mysql56-community-source MySQL 5.6 Community Server - So disabled


Then I run



$ sudo yum install mysql-community-server mysql-community-client



Package mysql-community-server.x86_64 0:5.6.31-2.el7 will be installed 

Processing Dependency: mysql-community-client(x86-64) = 5.6.31-2.el7 for package: mysql-community-server-5.6.31-2.el7.x86_64
Running transaction check
Package MySQL-client.x86_64 0:5.6.21-1.linux_glibc2.5 will be obsoleted
Package mysql-community-client.x86_64 0:5.6.31-2.el7 will be obsoleting
Finished Dependency Resolution


It installs Mysql 5.6.31. Could any one help me to install Mysql 5.6.21?



I am using Red Hat Enterprise Linux Workstation release 7.2 64bit Version.










share|improve this question















My requirement is Mysql 5.6.21. I tried to install Mysql but it installed 5.6.31 version.



I tried following steps:



$ yum repolist all | grep mysql



It gives following output:



mysql55-community/x86_64 MySQL 5.5 Community Server disabled
mysql55-community-source MySQL 5.5 Community Server - So disabled
mysql56-community/x86_64 MySQL 5.6 Community Server enabled:
mysql56-community-source MySQL 5.6 Community Server - So disabled


Then I run



$ sudo yum install mysql-community-server mysql-community-client



Package mysql-community-server.x86_64 0:5.6.31-2.el7 will be installed 

Processing Dependency: mysql-community-client(x86-64) = 5.6.31-2.el7 for package: mysql-community-server-5.6.31-2.el7.x86_64
Running transaction check
Package MySQL-client.x86_64 0:5.6.21-1.linux_glibc2.5 will be obsoleted
Package mysql-community-client.x86_64 0:5.6.31-2.el7 will be obsoleting
Finished Dependency Resolution


It installs Mysql 5.6.31. Could any one help me to install Mysql 5.6.21?



I am using Red Hat Enterprise Linux Workstation release 7.2 64bit Version.







rhel software-installation mysql






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 24 '16 at 11:50









Jeff Schaller

33k849111




33k849111










asked Jun 24 '16 at 9:52









Pawan Kumar

1613




1613











  • Why do you need to install that specific version?
    – Xiong Chiamiov
    Jun 25 '16 at 15:08
















  • Why do you need to install that specific version?
    – Xiong Chiamiov
    Jun 25 '16 at 15:08















Why do you need to install that specific version?
– Xiong Chiamiov
Jun 25 '16 at 15:08




Why do you need to install that specific version?
– Xiong Chiamiov
Jun 25 '16 at 15:08










2 Answers
2






active

oldest

votes

















up vote
2
down vote













Just go to https://downloads.mysql.com/archives/community/ then download after selecting respective version Like: 5.6.21 and OS platform Like Redhat enterprise Linux/oracle linux . then you can install using rpm.






share|improve this answer






















  • I downloaded Mysql 5.6.21 binary from mysql repository. Could you please suggest the process to setup it.
    – Pawan Kumar
    Jun 24 '16 at 14:43


















up vote
1
down vote













If the repository has got no rpms for the specific version you need, one could try downloading the specific rpm through any of the numerous repositories readily available on the web and then use the rpm manager to install it as,



rpm -ivh packagename.rpm





share|improve this answer




















  • packagename means MySQL-server-5.6.21-1.linux_glibc2.5.i386.rpm ? am i right? Could you please specify. I downloaded rpm bundle from mysql and tried to run by rpm -ivh. I got error.
    – Pawan Kumar
    Jun 24 '16 at 14:38










  • What error was that? The yum usage is preferable as it takes care of the probable dependencies, If the rpm package is bundled with all of it's dependencies then there shouldn't have been a glitch, also these packages are distribution specific, which goes without saying
    – Keyshov Borate
    Jun 24 '16 at 14:43











  • I installed Mysql-Server and client. Is there any other package installation and configuration required? When i tried to run service it gives The server quit without updating PID file (/[FAILED]l/mysql/data/oc2838762211.ibm.com.pid)
    – Pawan Kumar
    Jun 24 '16 at 14:58










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f291812%2fhow-to-install-specific-mysql-5-6-21-version-on-redhat%23new-answer', 'question_page');

);

Post as a guest






























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote













Just go to https://downloads.mysql.com/archives/community/ then download after selecting respective version Like: 5.6.21 and OS platform Like Redhat enterprise Linux/oracle linux . then you can install using rpm.






share|improve this answer






















  • I downloaded Mysql 5.6.21 binary from mysql repository. Could you please suggest the process to setup it.
    – Pawan Kumar
    Jun 24 '16 at 14:43















up vote
2
down vote













Just go to https://downloads.mysql.com/archives/community/ then download after selecting respective version Like: 5.6.21 and OS platform Like Redhat enterprise Linux/oracle linux . then you can install using rpm.






share|improve this answer






















  • I downloaded Mysql 5.6.21 binary from mysql repository. Could you please suggest the process to setup it.
    – Pawan Kumar
    Jun 24 '16 at 14:43













up vote
2
down vote










up vote
2
down vote









Just go to https://downloads.mysql.com/archives/community/ then download after selecting respective version Like: 5.6.21 and OS platform Like Redhat enterprise Linux/oracle linux . then you can install using rpm.






share|improve this answer














Just go to https://downloads.mysql.com/archives/community/ then download after selecting respective version Like: 5.6.21 and OS platform Like Redhat enterprise Linux/oracle linux . then you can install using rpm.







share|improve this answer














share|improve this answer



share|improve this answer








edited Oct 8 '16 at 4:28

























answered Jun 24 '16 at 13:22









Jogendra Kumar

1213




1213











  • I downloaded Mysql 5.6.21 binary from mysql repository. Could you please suggest the process to setup it.
    – Pawan Kumar
    Jun 24 '16 at 14:43

















  • I downloaded Mysql 5.6.21 binary from mysql repository. Could you please suggest the process to setup it.
    – Pawan Kumar
    Jun 24 '16 at 14:43
















I downloaded Mysql 5.6.21 binary from mysql repository. Could you please suggest the process to setup it.
– Pawan Kumar
Jun 24 '16 at 14:43





I downloaded Mysql 5.6.21 binary from mysql repository. Could you please suggest the process to setup it.
– Pawan Kumar
Jun 24 '16 at 14:43













up vote
1
down vote













If the repository has got no rpms for the specific version you need, one could try downloading the specific rpm through any of the numerous repositories readily available on the web and then use the rpm manager to install it as,



rpm -ivh packagename.rpm





share|improve this answer




















  • packagename means MySQL-server-5.6.21-1.linux_glibc2.5.i386.rpm ? am i right? Could you please specify. I downloaded rpm bundle from mysql and tried to run by rpm -ivh. I got error.
    – Pawan Kumar
    Jun 24 '16 at 14:38










  • What error was that? The yum usage is preferable as it takes care of the probable dependencies, If the rpm package is bundled with all of it's dependencies then there shouldn't have been a glitch, also these packages are distribution specific, which goes without saying
    – Keyshov Borate
    Jun 24 '16 at 14:43











  • I installed Mysql-Server and client. Is there any other package installation and configuration required? When i tried to run service it gives The server quit without updating PID file (/[FAILED]l/mysql/data/oc2838762211.ibm.com.pid)
    – Pawan Kumar
    Jun 24 '16 at 14:58














up vote
1
down vote













If the repository has got no rpms for the specific version you need, one could try downloading the specific rpm through any of the numerous repositories readily available on the web and then use the rpm manager to install it as,



rpm -ivh packagename.rpm





share|improve this answer




















  • packagename means MySQL-server-5.6.21-1.linux_glibc2.5.i386.rpm ? am i right? Could you please specify. I downloaded rpm bundle from mysql and tried to run by rpm -ivh. I got error.
    – Pawan Kumar
    Jun 24 '16 at 14:38










  • What error was that? The yum usage is preferable as it takes care of the probable dependencies, If the rpm package is bundled with all of it's dependencies then there shouldn't have been a glitch, also these packages are distribution specific, which goes without saying
    – Keyshov Borate
    Jun 24 '16 at 14:43











  • I installed Mysql-Server and client. Is there any other package installation and configuration required? When i tried to run service it gives The server quit without updating PID file (/[FAILED]l/mysql/data/oc2838762211.ibm.com.pid)
    – Pawan Kumar
    Jun 24 '16 at 14:58












up vote
1
down vote










up vote
1
down vote









If the repository has got no rpms for the specific version you need, one could try downloading the specific rpm through any of the numerous repositories readily available on the web and then use the rpm manager to install it as,



rpm -ivh packagename.rpm





share|improve this answer












If the repository has got no rpms for the specific version you need, one could try downloading the specific rpm through any of the numerous repositories readily available on the web and then use the rpm manager to install it as,



rpm -ivh packagename.rpm






share|improve this answer












share|improve this answer



share|improve this answer










answered Jun 24 '16 at 13:01









Keyshov Borate

67911124




67911124











  • packagename means MySQL-server-5.6.21-1.linux_glibc2.5.i386.rpm ? am i right? Could you please specify. I downloaded rpm bundle from mysql and tried to run by rpm -ivh. I got error.
    – Pawan Kumar
    Jun 24 '16 at 14:38










  • What error was that? The yum usage is preferable as it takes care of the probable dependencies, If the rpm package is bundled with all of it's dependencies then there shouldn't have been a glitch, also these packages are distribution specific, which goes without saying
    – Keyshov Borate
    Jun 24 '16 at 14:43











  • I installed Mysql-Server and client. Is there any other package installation and configuration required? When i tried to run service it gives The server quit without updating PID file (/[FAILED]l/mysql/data/oc2838762211.ibm.com.pid)
    – Pawan Kumar
    Jun 24 '16 at 14:58
















  • packagename means MySQL-server-5.6.21-1.linux_glibc2.5.i386.rpm ? am i right? Could you please specify. I downloaded rpm bundle from mysql and tried to run by rpm -ivh. I got error.
    – Pawan Kumar
    Jun 24 '16 at 14:38










  • What error was that? The yum usage is preferable as it takes care of the probable dependencies, If the rpm package is bundled with all of it's dependencies then there shouldn't have been a glitch, also these packages are distribution specific, which goes without saying
    – Keyshov Borate
    Jun 24 '16 at 14:43











  • I installed Mysql-Server and client. Is there any other package installation and configuration required? When i tried to run service it gives The server quit without updating PID file (/[FAILED]l/mysql/data/oc2838762211.ibm.com.pid)
    – Pawan Kumar
    Jun 24 '16 at 14:58















packagename means MySQL-server-5.6.21-1.linux_glibc2.5.i386.rpm ? am i right? Could you please specify. I downloaded rpm bundle from mysql and tried to run by rpm -ivh. I got error.
– Pawan Kumar
Jun 24 '16 at 14:38




packagename means MySQL-server-5.6.21-1.linux_glibc2.5.i386.rpm ? am i right? Could you please specify. I downloaded rpm bundle from mysql and tried to run by rpm -ivh. I got error.
– Pawan Kumar
Jun 24 '16 at 14:38












What error was that? The yum usage is preferable as it takes care of the probable dependencies, If the rpm package is bundled with all of it's dependencies then there shouldn't have been a glitch, also these packages are distribution specific, which goes without saying
– Keyshov Borate
Jun 24 '16 at 14:43





What error was that? The yum usage is preferable as it takes care of the probable dependencies, If the rpm package is bundled with all of it's dependencies then there shouldn't have been a glitch, also these packages are distribution specific, which goes without saying
– Keyshov Borate
Jun 24 '16 at 14:43













I installed Mysql-Server and client. Is there any other package installation and configuration required? When i tried to run service it gives The server quit without updating PID file (/[FAILED]l/mysql/data/oc2838762211.ibm.com.pid)
– Pawan Kumar
Jun 24 '16 at 14:58




I installed Mysql-Server and client. Is there any other package installation and configuration required? When i tried to run service it gives The server quit without updating PID file (/[FAILED]l/mysql/data/oc2838762211.ibm.com.pid)
– Pawan Kumar
Jun 24 '16 at 14:58

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f291812%2fhow-to-install-specific-mysql-5-6-21-version-on-redhat%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay