Aby wyświetlić stary MySQL
Zainstalowana listayum list installed | grep -i mysql
Aby usunąć stary MySQL
yum remove mysql mysql-*
Zależność Remi od CentOS 6 i Red Hat (RHEL) 6
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
Zainstaluj serwer MySQL
yum --enablerepo=remi,remi-test install mysql mysql-server
Aby wyświetlić nowy MySQL
Zainstalowana listayum list installed | grep -i mysql
uruchom serwer MySql
/etc/init.d/mysqld start
## użyj restartu po aktualizacji
LUB
service mysqld start
## użyj restartu po aktualizacji
chkconfig --levels 235 mysqld on
Ostatni
mysql_upgrade -u root -p
Teraz moja wersja MySql to 5.5.32
Ref.:
http://www.webtatic.com/packages/mysql55/
http://www.if-not-true-then-false.com/2010/install-mysql-on-fedora-centos-red-hat-rhel/
Mam nadzieję, że komuś pomoże
UWAGA: Dodawanie komentarzy od @pim (w komentarzach)
Just wanted to add that after the upgrade, my crontab was removed as well. Had to reinstall with "yum install vixie-cron" (CentOS 6)