MySQL 5.5.11が2011年4月7日にリリースされました。 早速、リリースされたMySQL 5.5.11へのバージョンアップを行いましたので、その記録を掲載します。
なお、変更点については下記を参照してください。
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-11.html 1.新しいパッケージファイルのダウンロード [root ~]# wget http://rpms.famillecollet.com/enterprise/5/test/i386/mysql-5.5.11-1.el5.remi.i386.rpm [root ~]# wget http://rpms.famillecollet.com/enterprise/5/test/i386/mysql-libs-5.5.11-1.el5.remi.i386.rpm [root ~]# wget http://rpms.famillecollet.com/enterprise/5/test/i386/mysql-server-5.5.11-1.el5.remi.i386.rpm 2.MySQLのシャットダウン [root ~]# service mysqld stop mysqld を停止中: [ OK ] 3.新しいパッケージファイルのインストール [root ~]# yum install mysql-5.5.11-1.el5.remi.i386.rpm mysql-server-5.5.11-1.el5.remi.i386.rpm mysql-libs-5.5.11-1.el5.remi.i386.rpm Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * addons: rsync.atworks.co.jp * base: rsync.atworks.co.jp * 続きを読む »