How to install specific mysql 5.6.21 version on redhat?
Clash 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.
rhel software-installation mysql
add a comment |Â
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.
rhel software-installation mysql
Why do you need to install that specific version?
â Xiong Chiamiov
Jun 25 '16 at 15:08
add a comment |Â
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.
rhel software-installation mysql
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
rhel software-installation mysql
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
add a comment |Â
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
add a comment |Â
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.
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
add a comment |Â
up vote
1
down vote
If the repository
has got no rpm
s 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
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? Theyum
usage is preferable as it takes care of the probable dependencies, If therpm
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
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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.
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
add a comment |Â
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
add a comment |Â
up vote
1
down vote
If the repository
has got no rpm
s 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
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? Theyum
usage is preferable as it takes care of the probable dependencies, If therpm
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
add a comment |Â
up vote
1
down vote
If the repository
has got no rpm
s 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
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? Theyum
usage is preferable as it takes care of the probable dependencies, If therpm
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
add a comment |Â
up vote
1
down vote
up vote
1
down vote
If the repository
has got no rpm
s 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
If the repository
has got no rpm
s 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
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? Theyum
usage is preferable as it takes care of the probable dependencies, If therpm
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
add a comment |Â
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? Theyum
usage is preferable as it takes care of the probable dependencies, If therpm
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Why do you need to install that specific version?
â Xiong Chiamiov
Jun 25 '16 at 15:08