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
Source: http://www.akro.com.au/?p=329yum --enablerepo=remi install mysql-server
Posting Komentar