Topic: downgrade mysql from 5.5 to 5.1

I had to install a php ext and yum updated
all php 
from  php*5.3.6-1.el5.remi.x86_64
to    php*5.3.6-4.el5.remi.x86_64
and all mysql
from mysql*5.1.56-1.el5.remi.x86_64
to   mysql*5.5.14-1.el5.remi.x86_64


Unfortunately I have problems with mysql 5.5
and must downgrade back to mysql 5.1

What would be the best way to do it with yum  ?


Would the following work out ?
yum --enablerepo=remi remove php\* mysql*
yum --enablerepo=remi --exclude=mysql*5.5* install php* mysql*

Thank you in advance

Re: downgrade mysql from 5.5 to 5.1

MySQL 5.1 is no more available in the repo, so you can't use yum to downgrade.

You must download the required packages (from the archives) and install them manually

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi