• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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