Friday, 2 October 2009

Upgrade Mysql on Plesk CentOS Linux

We had successfully upgraded from Mysql 5.0 to Mysql 5.1.47 along with PHP on one of our plesk server. Please use this solution if you notice any package conflicts, or other concerns with using 5.1 in your environment. Like PHP, this will be a full change to the newer packages and the 5.0 series will be retired. The procedure is quite simple

1.) wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh

2.)  To upgrade:

yum –enablerepo=atomic-testing upgrade mysql

Thats it,  And if you simply want to upgrade php run “yum upgrade php”

With the above methods mysql will be upgraded to latest release without any problems.

No comments:

Post a Comment