YUM Upgrading MySQL 5.1 to MySQL 5.5 on Centos 6


When upgrading MySQL versions and having your development based on PHP, one of the most annoying parts is the loss of dependencies such as “php-mysql” and “phpMyAdmin”. The following outlines two methods Upgrading or Installing from YUM.
Download the Remi repo
cd /etc/yum.repos.d
wget http://rpms.famillecollet.com/enterprise/remi.repo

Update/Install the mysql version

yum --enablerepo=remi update mysql-server

or 
 
yum --enablerepo=remi install mysql-server
Source: http://www.akro.com.au/?p=329

Posting Komentar