Topic: Best upgrade method to 5.5 from 5.0

First off, thanks for providing this repo.

I'm still getting the hang of using yum and wondered if there's a post here that would lead me through the best way of getting from MySQL 5.0 to 5.5.

I currently have MySQL 5.0.77-4.el5_5.4 installed.

Do I need to download 5.1 from http://rpms.famillecollet.com/enterprise/5/olds/i386/ first, install that, and then use the repo to jump from 5.1 to 5.5? hmm

Looking forward to your advice.

Re: Best upgrade method to 5.5 from 5.0

yum --enablerepo=remi,remi-test update mysql\*

should be enough.

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

3 (edited by dheian 2011-04-11 21:55:09)

Re: Best upgrade method to 5.5 from 5.0

Thanks. Upgrade went well, except running mysql-upgrade produces a " /usr/bin/mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock'" error.

UPDATE: Up and running. Just had to tweak the my.cnf. And have more coffee...