Installed MariaDB 5.5.52 from RPM, MariaDB 5.5.59 gets installed

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











up vote
1
down vote

favorite












I have a database server with MariaDB 5.5.52:



[root@sql01 ~]# yum list installed|grep 5.5.52-1.el7
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
mariadb.x86_64 1:5.5.52-1.el7 @base
mariadb-libs.x86_64 1:5.5.52-1.el7 @CentOS
mariadb-server.x86_64 1:5.5.52-1.el7 @base
[root@sql01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.52-MariaDB, for Linux (x86_64) using readline 5.1


I need to install that very same version on a new server, but MariaDB gets shipped as MariaDB 5.5.59 for new installs. So, I got an RPM and installed it as follows:



wget http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-5.5.52/yum/centos7-amd64/rpms/MariaDB-5.5.52-centos7-x86_64-server.rpm
yum install MariaDB-5.5.52-centos7-x86_64-server.rpm


Even though this is an RPM for 5.5.52, 5.5.59 gets installed:



[root@db01 ~]# yum list installed|grep 5.5.52-1.el7
MariaDB-server.x86_64 5.5.52-1.el7.centos installed
[root@db01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.59-MariaDB, for Linux (x86_64) using readline 5.1


Any idea why it's installing 5.5.59?



More interesting output:



[root@db01 ~]# rpm -qf `which mysql`
MariaDB-client-5.5.59-1.el7.centos.x86_64
[root@db01 ~]# rpm -qa | fgrep 5.5.59
MariaDB-client-5.5.59-1.el7.centos.x86_64
MariaDB-common-5.5.59-1.el7.centos.x86_64






share|improve this question






















  • Please execute rpm -qf `which mysql` as root and post the result.
    – Ned64
    Feb 17 at 15:00











  • Also, rpm -qa | fgrep 5.5.59, if it gives any result, would be interesting.
    – Ned64
    Feb 17 at 15:06










  • @Ned64 Added both commands to the answer.
    – William Edwards
    Feb 17 at 15:23











  • @RuiFRibeiro Eh. Okay.
    – William Edwards
    Feb 17 at 15:30










  • @RuiFRibeiro My "Eh. Okay." comes from the fact that this is the first time I've downvoted your answer and you assume it is not. So no, that does not say anything about me. The reason I downvoted your answer is because you suggested to use localinstall instead of install while that is the exact same thing. I do appreciate help and answers.. I just think that specific one did not add anything.
    – William Edwards
    Feb 17 at 15:33















up vote
1
down vote

favorite












I have a database server with MariaDB 5.5.52:



[root@sql01 ~]# yum list installed|grep 5.5.52-1.el7
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
mariadb.x86_64 1:5.5.52-1.el7 @base
mariadb-libs.x86_64 1:5.5.52-1.el7 @CentOS
mariadb-server.x86_64 1:5.5.52-1.el7 @base
[root@sql01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.52-MariaDB, for Linux (x86_64) using readline 5.1


I need to install that very same version on a new server, but MariaDB gets shipped as MariaDB 5.5.59 for new installs. So, I got an RPM and installed it as follows:



wget http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-5.5.52/yum/centos7-amd64/rpms/MariaDB-5.5.52-centos7-x86_64-server.rpm
yum install MariaDB-5.5.52-centos7-x86_64-server.rpm


Even though this is an RPM for 5.5.52, 5.5.59 gets installed:



[root@db01 ~]# yum list installed|grep 5.5.52-1.el7
MariaDB-server.x86_64 5.5.52-1.el7.centos installed
[root@db01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.59-MariaDB, for Linux (x86_64) using readline 5.1


Any idea why it's installing 5.5.59?



More interesting output:



[root@db01 ~]# rpm -qf `which mysql`
MariaDB-client-5.5.59-1.el7.centos.x86_64
[root@db01 ~]# rpm -qa | fgrep 5.5.59
MariaDB-client-5.5.59-1.el7.centos.x86_64
MariaDB-common-5.5.59-1.el7.centos.x86_64






share|improve this question






















  • Please execute rpm -qf `which mysql` as root and post the result.
    – Ned64
    Feb 17 at 15:00











  • Also, rpm -qa | fgrep 5.5.59, if it gives any result, would be interesting.
    – Ned64
    Feb 17 at 15:06










  • @Ned64 Added both commands to the answer.
    – William Edwards
    Feb 17 at 15:23











  • @RuiFRibeiro Eh. Okay.
    – William Edwards
    Feb 17 at 15:30










  • @RuiFRibeiro My "Eh. Okay." comes from the fact that this is the first time I've downvoted your answer and you assume it is not. So no, that does not say anything about me. The reason I downvoted your answer is because you suggested to use localinstall instead of install while that is the exact same thing. I do appreciate help and answers.. I just think that specific one did not add anything.
    – William Edwards
    Feb 17 at 15:33













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have a database server with MariaDB 5.5.52:



[root@sql01 ~]# yum list installed|grep 5.5.52-1.el7
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
mariadb.x86_64 1:5.5.52-1.el7 @base
mariadb-libs.x86_64 1:5.5.52-1.el7 @CentOS
mariadb-server.x86_64 1:5.5.52-1.el7 @base
[root@sql01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.52-MariaDB, for Linux (x86_64) using readline 5.1


I need to install that very same version on a new server, but MariaDB gets shipped as MariaDB 5.5.59 for new installs. So, I got an RPM and installed it as follows:



wget http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-5.5.52/yum/centos7-amd64/rpms/MariaDB-5.5.52-centos7-x86_64-server.rpm
yum install MariaDB-5.5.52-centos7-x86_64-server.rpm


Even though this is an RPM for 5.5.52, 5.5.59 gets installed:



[root@db01 ~]# yum list installed|grep 5.5.52-1.el7
MariaDB-server.x86_64 5.5.52-1.el7.centos installed
[root@db01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.59-MariaDB, for Linux (x86_64) using readline 5.1


Any idea why it's installing 5.5.59?



More interesting output:



[root@db01 ~]# rpm -qf `which mysql`
MariaDB-client-5.5.59-1.el7.centos.x86_64
[root@db01 ~]# rpm -qa | fgrep 5.5.59
MariaDB-client-5.5.59-1.el7.centos.x86_64
MariaDB-common-5.5.59-1.el7.centos.x86_64






share|improve this question














I have a database server with MariaDB 5.5.52:



[root@sql01 ~]# yum list installed|grep 5.5.52-1.el7
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
mariadb.x86_64 1:5.5.52-1.el7 @base
mariadb-libs.x86_64 1:5.5.52-1.el7 @CentOS
mariadb-server.x86_64 1:5.5.52-1.el7 @base
[root@sql01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.52-MariaDB, for Linux (x86_64) using readline 5.1


I need to install that very same version on a new server, but MariaDB gets shipped as MariaDB 5.5.59 for new installs. So, I got an RPM and installed it as follows:



wget http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-5.5.52/yum/centos7-amd64/rpms/MariaDB-5.5.52-centos7-x86_64-server.rpm
yum install MariaDB-5.5.52-centos7-x86_64-server.rpm


Even though this is an RPM for 5.5.52, 5.5.59 gets installed:



[root@db01 ~]# yum list installed|grep 5.5.52-1.el7
MariaDB-server.x86_64 5.5.52-1.el7.centos installed
[root@db01 ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.59-MariaDB, for Linux (x86_64) using readline 5.1


Any idea why it's installing 5.5.59?



More interesting output:



[root@db01 ~]# rpm -qf `which mysql`
MariaDB-client-5.5.59-1.el7.centos.x86_64
[root@db01 ~]# rpm -qa | fgrep 5.5.59
MariaDB-client-5.5.59-1.el7.centos.x86_64
MariaDB-common-5.5.59-1.el7.centos.x86_64








share|improve this question













share|improve this question




share|improve this question








edited Feb 17 at 15:23

























asked Feb 17 at 14:56









William Edwards

3211420




3211420











  • Please execute rpm -qf `which mysql` as root and post the result.
    – Ned64
    Feb 17 at 15:00











  • Also, rpm -qa | fgrep 5.5.59, if it gives any result, would be interesting.
    – Ned64
    Feb 17 at 15:06










  • @Ned64 Added both commands to the answer.
    – William Edwards
    Feb 17 at 15:23











  • @RuiFRibeiro Eh. Okay.
    – William Edwards
    Feb 17 at 15:30










  • @RuiFRibeiro My "Eh. Okay." comes from the fact that this is the first time I've downvoted your answer and you assume it is not. So no, that does not say anything about me. The reason I downvoted your answer is because you suggested to use localinstall instead of install while that is the exact same thing. I do appreciate help and answers.. I just think that specific one did not add anything.
    – William Edwards
    Feb 17 at 15:33

















  • Please execute rpm -qf `which mysql` as root and post the result.
    – Ned64
    Feb 17 at 15:00











  • Also, rpm -qa | fgrep 5.5.59, if it gives any result, would be interesting.
    – Ned64
    Feb 17 at 15:06










  • @Ned64 Added both commands to the answer.
    – William Edwards
    Feb 17 at 15:23











  • @RuiFRibeiro Eh. Okay.
    – William Edwards
    Feb 17 at 15:30










  • @RuiFRibeiro My "Eh. Okay." comes from the fact that this is the first time I've downvoted your answer and you assume it is not. So no, that does not say anything about me. The reason I downvoted your answer is because you suggested to use localinstall instead of install while that is the exact same thing. I do appreciate help and answers.. I just think that specific one did not add anything.
    – William Edwards
    Feb 17 at 15:33
















Please execute rpm -qf `which mysql` as root and post the result.
– Ned64
Feb 17 at 15:00





Please execute rpm -qf `which mysql` as root and post the result.
– Ned64
Feb 17 at 15:00













Also, rpm -qa | fgrep 5.5.59, if it gives any result, would be interesting.
– Ned64
Feb 17 at 15:06




Also, rpm -qa | fgrep 5.5.59, if it gives any result, would be interesting.
– Ned64
Feb 17 at 15:06












@Ned64 Added both commands to the answer.
– William Edwards
Feb 17 at 15:23





@Ned64 Added both commands to the answer.
– William Edwards
Feb 17 at 15:23













@RuiFRibeiro Eh. Okay.
– William Edwards
Feb 17 at 15:30




@RuiFRibeiro Eh. Okay.
– William Edwards
Feb 17 at 15:30












@RuiFRibeiro My "Eh. Okay." comes from the fact that this is the first time I've downvoted your answer and you assume it is not. So no, that does not say anything about me. The reason I downvoted your answer is because you suggested to use localinstall instead of install while that is the exact same thing. I do appreciate help and answers.. I just think that specific one did not add anything.
– William Edwards
Feb 17 at 15:33





@RuiFRibeiro My "Eh. Okay." comes from the fact that this is the first time I've downvoted your answer and you assume it is not. So no, that does not say anything about me. The reason I downvoted your answer is because you suggested to use localinstall instead of install while that is the exact same thing. I do appreciate help and answers.. I just think that specific one did not add anything.
– William Edwards
Feb 17 at 15:33











1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










After reviewing the output from the requested commands, it seems you have



MariaDB-client-5.5.59-1.el7.centos.x86_64 and
MariaDB-common-5.5.59-1.el7.centos.x86_64


installed, which you would need to downgrade. How to do this varies depending on your system, but please try



yum downgrade MariaDB-client-5.5.52-1 MariaDB-common-5.5.52-1


If that does not work, please try removing these packages (I am assuming here you can always restore them later) and re-installing the others:



rpm -e MariaDB-client-5.5.59-1 MariaDB-common-5.5.59-1


and then



yum reinstall mariadb


(and possibly the other two, let us know)






share|improve this answer






















  • That is a very silly mistake. I just removed the packages and installed the respective RPM's.
    – William Edwards
    Feb 17 at 15:40










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%2f424810%2finstalled-mariadb-5-5-52-from-rpm-mariadb-5-5-59-gets-installed%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










After reviewing the output from the requested commands, it seems you have



MariaDB-client-5.5.59-1.el7.centos.x86_64 and
MariaDB-common-5.5.59-1.el7.centos.x86_64


installed, which you would need to downgrade. How to do this varies depending on your system, but please try



yum downgrade MariaDB-client-5.5.52-1 MariaDB-common-5.5.52-1


If that does not work, please try removing these packages (I am assuming here you can always restore them later) and re-installing the others:



rpm -e MariaDB-client-5.5.59-1 MariaDB-common-5.5.59-1


and then



yum reinstall mariadb


(and possibly the other two, let us know)






share|improve this answer






















  • That is a very silly mistake. I just removed the packages and installed the respective RPM's.
    – William Edwards
    Feb 17 at 15:40














up vote
0
down vote



accepted










After reviewing the output from the requested commands, it seems you have



MariaDB-client-5.5.59-1.el7.centos.x86_64 and
MariaDB-common-5.5.59-1.el7.centos.x86_64


installed, which you would need to downgrade. How to do this varies depending on your system, but please try



yum downgrade MariaDB-client-5.5.52-1 MariaDB-common-5.5.52-1


If that does not work, please try removing these packages (I am assuming here you can always restore them later) and re-installing the others:



rpm -e MariaDB-client-5.5.59-1 MariaDB-common-5.5.59-1


and then



yum reinstall mariadb


(and possibly the other two, let us know)






share|improve this answer






















  • That is a very silly mistake. I just removed the packages and installed the respective RPM's.
    – William Edwards
    Feb 17 at 15:40












up vote
0
down vote



accepted







up vote
0
down vote



accepted






After reviewing the output from the requested commands, it seems you have



MariaDB-client-5.5.59-1.el7.centos.x86_64 and
MariaDB-common-5.5.59-1.el7.centos.x86_64


installed, which you would need to downgrade. How to do this varies depending on your system, but please try



yum downgrade MariaDB-client-5.5.52-1 MariaDB-common-5.5.52-1


If that does not work, please try removing these packages (I am assuming here you can always restore them later) and re-installing the others:



rpm -e MariaDB-client-5.5.59-1 MariaDB-common-5.5.59-1


and then



yum reinstall mariadb


(and possibly the other two, let us know)






share|improve this answer














After reviewing the output from the requested commands, it seems you have



MariaDB-client-5.5.59-1.el7.centos.x86_64 and
MariaDB-common-5.5.59-1.el7.centos.x86_64


installed, which you would need to downgrade. How to do this varies depending on your system, but please try



yum downgrade MariaDB-client-5.5.52-1 MariaDB-common-5.5.52-1


If that does not work, please try removing these packages (I am assuming here you can always restore them later) and re-installing the others:



rpm -e MariaDB-client-5.5.59-1 MariaDB-common-5.5.59-1


and then



yum reinstall mariadb


(and possibly the other two, let us know)







share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 17 at 15:39

























answered Feb 17 at 15:32









Ned64

2,44411035




2,44411035











  • That is a very silly mistake. I just removed the packages and installed the respective RPM's.
    – William Edwards
    Feb 17 at 15:40
















  • That is a very silly mistake. I just removed the packages and installed the respective RPM's.
    – William Edwards
    Feb 17 at 15:40















That is a very silly mistake. I just removed the packages and installed the respective RPM's.
– William Edwards
Feb 17 at 15:40




That is a very silly mistake. I just removed the packages and installed the respective RPM's.
– William Edwards
Feb 17 at 15:40












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f424810%2finstalled-mariadb-5-5-52-from-rpm-mariadb-5-5-59-gets-installed%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