あーかいぶすハイディフィニション

ここはもう更新しとらんのじゃ

MySQL Cluster (NDB) 7.2.5 -> 7.2.6 へアップデート

とりあえずファイル落としてきて以下のコマンド流せばバージョンアップは問題なくできたよ。ちゃんと事前に mgmd / ndbd / mysqld は停止しとけよ!

rpm -Uvh MySQL-Cluster-client-gpl-7.2.6-1.el6.x86_64.rpm
rpm -Uvh MySQL-Cluster-devel-gpl-7.2.6-1.el6.x86_64.rpm
rpm -Uvh MySQL-Cluster-shared-compat-gpl-7.2.6-1.el6.x86_64.rpm
rpm -Uvh MySQL-Cluster-shared-gpl-7.2.6-1.el6.x86_64.rpm
rpm -Uvh MySQL-Cluster-embedded-gpl-7.2.6-1.el6.x86_64.rpm
rpm -Uvh MySQL-Cluster-server-gpl-7.2.6-1.el6.x86_64.rpm

server は、アップデートすると、
Giving mysqld 5 seconds to exit nicely
1:MySQL-Cluster-server-gp########################################### [100%]
Starting MySQL SUCCESS!
Giving mysqld 5 seconds to start
こんな感じで終了と起動を5秒待機してから行うっぽいですね。

実際やった結果はこんな感じ。

[root@dev-web2 7.2.6]# rpm -Uvh MySQL-Cluster-client-gpl-7.2.6-1.el6.x86_64.rpm
準備中...                ########################################### [100%]
   1:MySQL-Cluster-client-gp########################################### [100%]
[root@dev-web2 7.2.6]# rpm -Uvh MySQL-Cluster-devel-gpl-7.2.6-1.el6.x86_64.rpm
準備中...                ########################################### [100%]
   1:MySQL-Cluster-devel-gpl########################################### [100%]
[root@dev-web2 7.2.6]# rpm -Uvh MySQL-Cluster-shared-compat-gpl-7.2.6-1.el6.x86_64.rpm
準備中...                ########################################### [100%]
   1:MySQL-Cluster-shared-co########################################### [100%]
[root@dev-web2 7.2.6]# rpm -Uvh MySQL-Cluster-shared-gpl-7.2.6-1.el6.x86_64.rpm
準備中...                ########################################### [100%]
   1:MySQL-Cluster-shared-gp########################################### [100%]
[root@dev-web2 7.2.6]# rpm -Uvh MySQL-Cluster-embedded-gpl-7.2.6-1.el6.x86_64.rpm
準備中...                ########################################### [100%]
   1:MySQL-Cluster-embedded-^^########################################### [100%]
[root@dev-web2 7.2.6]# rpm -Uvh MySQL-Cluster-server-gpl-7.2.6-1.el6.x86_64.rpm
準備中...                ########################################### [100%]
Giving mysqld 5 seconds to exit nicely
   1:MySQL-Cluster-server-gp########################################### [100%]
Starting MySQL................................ SUCCESS! 
Giving mysqld 5 seconds to start