Web Hosting Talk







View Full Version : Upgrade MySQL and PHP in Plesk


FrzzMan
10-16-2005, 10:25 PM
Hello,

My new server use Plesk, I'm newbie with this... so please help some basic :)

The server come with PHP 4.3 and MySQL 2.3

But my software need PHP 4.4 and MySQL 4.0 to run properly, how can I upgrade PHP and MySQL using Plesk?

urbanservers
10-22-2005, 01:00 AM
Visit:
http://www.atomicrocketturtle.com/

ART (for short) has a Yum repository that will allow you to easily update most of your system to the latest versions.

When I used Plesk all systems were upgraded to MySQL 4.x and all other latest versions available on ART.

A note with upgrading MySQL, you will need to do more then just upgrade the files, it requires some MySQL commands to be issued to update your data, sorry but I forget the details.

sexshun
02-07-2006, 05:41 PM
So, where on that site does it show you how to upgrade mysql? That yum repository is dead link. http://www.atomicrocketturtle.com/atomic/

Dan L
02-07-2006, 06:34 PM
http://www.atomicrocketturtle.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=18&page=1

sexshun
02-07-2006, 06:39 PM
some the stable repository link is dead..

sexshun
02-07-2006, 07:55 PM
Ok this is what i have right now, i've edited the yum.cnf file to have this.

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/art/$releasever/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/
baseurl=http://www.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/RPMS/



When I type yum list, i get this error. Can someone help?

http://3es.atomicrocketturtle.com/3rd-party/updates/3/RPMS/repodata/repomd.xml: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
Cannot open/read repomd.xml file for repository: updates
failure: repodata/repomd.xml from updates: [Errno 256] No more mirrors to try.

sexshun
02-07-2006, 10:09 PM
nevermind, i got it working they changed the dir structure. I needed to take off /RPMS/ from the updates channel.