• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Upgrading PHP 5.1.6 to a newer version

A

AlvaroS

Guest
Hi. I'm using CentOS 5.3 i386 and Plesk 9.2.1 in a VPS. I need (at least) PHP 5.2.9 for run a script.

If I use "yum update" I get a Plesk error. And if I do this (http://www.atomicorp.com/wiki/index.php/PHP) I get a WordPress error (MySQL error).

How I can upgrade PHP without any error?

Thanks.
 
You have to upgrade youre mysql as well, when you have updated youre php and mysql run:

mysql_upgrade -u admin –p "passwd" in the mysql directory, then it should work..
 
Back
Top