MySQL 5.5.13 へのバージョンアップ( 5.5.12 ⇒ 5.5.13)

MySQL 5.5.13が2011年5月31日にリリースされました。 早速、MySQL 5.5.13へのバージョンアップを行いましたので、まとめておきます。

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

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