S
simonp@
Guest
Hi,
I have been looking in so many places for how o upgrade the poor old mysql to something more recent. I found little bits every where and no luck and then just did it myself which was quite easy.
The biggest issues is the number of dependancies on mysql from plesk etc. So atomicrocketturtle aka ART is the man that makes this a breeze! So for my Fedora Core 3 (will most likely work for others) do the following:
1. Get list of repositories wanting to add
eg: http://3es.atomicrocketturtle.com/packages/mysql/_buildlogs/
2. Select the ones that apply
eg:
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/
[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/$releasever/
[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/$releasever/
3. Create repository file in ‘/etc/yum.repos.d’
eg: fedora-atomicrocketturtle.repo – should have .repo extension!
4. Add the resposotries wanting to add (from above) to this file
5. To check it is working do a YUM info list – this will go through all repositories and show it if works or not
Eg: yum info mysql
6. Get yum to install mysql4.1.18 for you
-> yum install mysql
and enter Y at the prompt
This was amazing - in a few minutes I have it up and running and it even moved all my dbs to the new version where now I can use the simple things like UNION in my sql statements!
Cool & enjoy!
Simon
I have been looking in so many places for how o upgrade the poor old mysql to something more recent. I found little bits every where and no luck and then just did it myself which was quite easy.
The biggest issues is the number of dependancies on mysql from plesk etc. So atomicrocketturtle aka ART is the man that makes this a breeze! So for my Fedora Core 3 (will most likely work for others) do the following:
1. Get list of repositories wanting to add
eg: http://3es.atomicrocketturtle.com/packages/mysql/_buildlogs/
2. Select the ones that apply
eg:
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/
[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/$releasever/
[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/$releasever/
3. Create repository file in ‘/etc/yum.repos.d’
eg: fedora-atomicrocketturtle.repo – should have .repo extension!
4. Add the resposotries wanting to add (from above) to this file
5. To check it is working do a YUM info list – this will go through all repositories and show it if works or not
Eg: yum info mysql
6. Get yum to install mysql4.1.18 for you
-> yum install mysql
and enter Y at the prompt
This was amazing - in a few minutes I have it up and running and it even moved all my dbs to the new version where now I can use the simple things like UNION in my sql statements!
Cool & enjoy!
Simon