Topic: mysql.x86_64 5.1.49-1.el5.remi error on CentOS 5.5 x86_64

Dears,

I am trying to install "mysql.x86_64 5.1.49-1.el5.remi" in my "CentOS 5.5 x86_64" via yum.
MySQL 5.0.77 is installed when I install CentOS.
I use " yum --enablerepo=remi update mysql", I will get a i386 updates "mysql.i386 5.0.77-4.el5_5.3" in EPEL,
When I try to start mysqld, I get the error message below,

Initializing MySQL database:  Installing MySQL system tables...
100817 18:45:51 [ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 480 error messages,
but it should contain at least 641 error messages.
Check that the above file is the right version for this program!
100817 18:45:51 [ERROR] Aborting

100817 18:45:51 [Note]

Installation of system tables failed!  Examine the logs in


What's wrong with me?

Best regards,
shiori

Re: mysql.x86_64 5.1.49-1.el5.remi error on CentOS 5.5 x86_64

Try to remove the i386 version before update.

+

P.S. see http://forums.famillecollet.com/viewtop … d=752#p752

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

Re: mysql.x86_64 5.1.49-1.el5.remi error on CentOS 5.5 x86_64

That's OK.
Thanks Remi.

shiori