• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How do I upgrade current MySQL v3.x to v4.x via Updater

T

tcong

Guest
Wonder who do I perform an upgrade of MySQL server to v4.1.x using Plesk Updater?

Is there any other simplier method other than binary install using root command prompt?

>>
Fedora Core 2, Plesk 8.0.0, MySQL 3.28.x
 
you can't update mysql by the plesk updater, you need an update of mysql by yum or up2date
 
Will it be safe enough such that it will cause server downtime? Or Up2date will be quite an automatic update?

I mean, will Up2date detect Plesk default mysql installed location?
 
I'm going to assume you have Yum installed. If you don't, go get it.

Edit your yum.conf file (usually in the /etc directory) and add the following lines

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

Now run
Code:
#yum check-update

You should see some mysql packages listed in there (current ART release is 4.1.18)
Now we run
Code:
#yum upgrade mysql
If you are upgrading from any version prior to 4.1.x you then need to edit /etc/my.cnf and add this line under [mysqld]
Code:
old_passwords=1

Restart mysql and you should be set with 4.1.18 without problems
 
Hi,

Iam upgrading mysql on plesk 7.5.x platform iwouldliketoknow whetherto edit my.cnf after upgrading or before doing it.

Sorry for dum que but pleaseletme know.

Thanks

Ashwin
 
Edit it after upgrading. Be sure to restart mysql after you do.
 
Just a few words to say that this procedure works fine. I've a plesk 8 on FC2, and I upgraded MySQL from 3.2x to 4.x with yum successfully.
 
Thanks for the great description!

Unfortunately, I can now no longer start MySQL!
/etc/init.d/mysqld start
brings: "A timeout error occurred trying to start MySQL Daemon"

I read somewhere else that one cannot do that at root level (I a logged in as root via Putty). What else should I do (from another site I read we should log in as user mysql but what password would that be??)

Can you please help me? Many thanks!
 
Back
Top