How do I upgrade MySQL 3.23.58 to 4.0?

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Crit
Forum User
Forum User
Posts: 11
Joined: Wed Jul 13, 2005 8:40 pm
Location: Corona, California
Contact:

How do I upgrade MySQL 3.23.58 to 4.0?

Unread post by Crit »

I have FC2 and Plesk 7.5.3. I would love to know how to upgrade MySQL. Where do I get started?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Add the [atomic] channel, run yum update
Crit
Forum User
Forum User
Posts: 11
Joined: Wed Jul 13, 2005 8:40 pm
Location: Corona, California
Contact:

Unread post by Crit »

Ok, so step one is add the [atomic] channel and then step #2 is to run yum update.

How does one add the [atomic] channel and what do they add it to?

Is the default yum included with FC2 sufficient?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Check out the yum page under "Projects"
Crit
Forum User
Forum User
Posts: 11
Joined: Wed Jul 13, 2005 8:40 pm
Location: Corona, California
Contact:

Unread post by Crit »

How do you... install the GPG key on my system: RPM-GPG-KEY.art.txt

In command line...what do I do? Steps?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

rpm --import RPM-GPG-KEY.art.txt
Crit
Forum User
Forum User
Posts: 11
Joined: Wed Jul 13, 2005 8:40 pm
Location: Corona, California
Contact:

Unread post by Crit »

Ok...that was what was written.

Here is what I needed...if in fact it worked and I think it did.

At the command prompt type or paste the following:

rpm --import http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt


Now, back to figuring out what you guys say compared to what is needed to be done. I am currently trying to figure out the "channels" and if I should remove and replace or just add.
Crit
Forum User
Forum User
Posts: 11
Joined: Wed Jul 13, 2005 8:40 pm
Location: Corona, California
Contact:

Unread post by Crit »

Let me rephrase that. Do I replace the existing channel? Here is my current conf.
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://update.onlinehome-server.com/fed ... search/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://update.onlinehome-server.com/fed ... $basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/f ... $basearch/
Post Reply