バグで落ちることがあって、その時にデータが飛んでしまう問題点があったので。
TRITON をバージョンアップ、便利な時代になったものでこれはすごい。
RPMで全部行けてしまう。 すごいな。
パッケージは以下。
MySQL-client-5.0.67-tritonn.1.0.12.x86_64.rpm
MySQL-devel-5.0.67-tritonn.1.0.12.x86_64.rpm
MySQL-server-5.0.67-tritonn.1.0.12.x86_64.rpm
MySQL-shared-5.0.67-tritonn.1.0.12.x86_64.rpm
mecab-0.97-tritonn.1.0.12.x86_64.rpm
mecab-ipadic-2.7.0.20070801-tritonn.1.0.12.x86_64.rpm
senna-1.1.4-tritonn.1.0.12.x86_64.rpm
でバージョンアップ、事前にバックアップ
前バージョンを削除(自作パッケージを削除かぁ ちょっと感慨深い。)
rpm -e mysql-devel-5.0.45-1 mysql-server-5.0.45-1 mysql-5.0.45-1 mysql-libs-5.0.45-1 perl-DBD-MySQL-4.005-1.rf
もう少し
rpm -e mecab-devel-0.96-2.2.x86_64
さらにsennaも。
rpm -e libsenna-devel-1.0.9-1 libsenna-1.0.9-1 libsenna-debuginfo-1.0.9-1
これでアップグレード開始できる。
rpm -Uvh senna-1.1.4-tritonn.1.0.12.x86_64.rpm
Preparing... ########################################### [100%]
1:senna ########################################### [100%]
rpm -Uvh ./mecab-0.97-tritonn.1.0.12.x86_64.rpm
Preparing... ########################################### [100%]
1:mecab ########################################### [100%]
rpm -Uvh ./MySQL-*
Preparing... ########################################### [100%]
1:MySQL-shared ########################################### [ 25%]
2:MySQL-client ########################################### [ 50%]
3:MySQL-devel ########################################### [ 75%]
4:MySQL-server ########################################### [100%]
自動ではじまる。
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h inetsrv23d.04510.jp password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting MySQL.[ OK ]
Thank you for installing the MySQL Community Server! For Production
systems, we recommend MySQL Enterprise, which contains enterprise-ready
software, intelligent advisory services, and full production support with
scheduled service packs and more. Visit www.mysql.com/enterprise for more
information.
いちお念のため、マイナーアップグレードとはいえ問題があるといやなので。
チェックをする。
myisamchk -r *.MYI を実行した。
以上。簡単すぎる。。。。 なんだったんだあの苦労は、、、