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

MySQL 5.5.18 が2011年11月16日にリリースされましたので、バージョンアップを行いました。 ちなみに、RPMパッケージがリリースされたのは2011年11月21日です。

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

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