MySQL 5.5.19 へのバージョンアップ( 5.5.18 ⇒ 5.5.19)

MySQL 5.5.19 が2011年12月6日にリリースされましたので、バージョンアップを行いました。 ちなみに、アップデートに使用したRPMパッケージがリリースされたのは2011年12月10日です。

なお、変更点については下記を参照してください。

http://dev.mysql.com/doc/refman/5.5/en/news-5-5-19.html 1.新しいパッケージファイルのダウンロード [root ~]# wget http://rpms.famillecollet.com/enterprise/5/remi/i386/mysql-5.5.19-1.el5.remi.i386.rpm [root ~]# wget http://rpms.famillecollet.com/enterprise/5/remi/i386/mysql-libs-5.5.19-1.el5.remi.i386.rpm [root ~]# wget http://rpms.famillecollet.com/enterprise/5/remi/i386/mysql-server-5.5.19-1.el5.remi.i386.rpm 2.MySQLのシャットダウン [root ~]# service mysqld stop mysqld を停止中: [ OK ] 3.新しいパッケージファイルのインストール [root ~]# yum update mysql-5.5.19-1.el5.remi.i386.rpm mysql-libs-5.5.19-1.el5.remi.i386.rpm mysql-server-5.5.19-1.el5.remi.i386.rpm Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * epel: ftp.tsukuba.wide.ad.jp * 続きを読む »