Tritonnを使ってみる

既存MySQLのアンインストール

$ sudo apt-get remove mysql-server

Tritonnのダウンロード

$ cd /usr/local/src
$ sudo wget http://osdn.dl.sourceforge.jp/tritonn/28579/MySQL-server-5.0.51-tritonn.1.0.8.i386.rpm

Tritonnのインストール

rpmが存在しなかったのでまずはrpmのインストール

$ sudo apt-get install rpm
$ rpm -ivh MySQL-server-5.0.51-tritonn.1.0.8.i386.rpm
error: Failed dependencies:
        /bin/sh is needed by MySQL-server-5.0.51-tritonn.1.0.8.i386
        /sbin/chkconfig is needed by MySQL-server-5.0.51-tritonn.1.0.8.i386
        /usr/bin/perl is needed by MySQL-server-5.0.51-tritonn.1.0.8.i386

エラーが出て終了。
apt-get upgradeとかもやってみたが動かず。

明日また後でtarで試してみる。


参考URL
http://d.hatena.ne.jp/Voluntas/20070324/1174753139

どうやらtarが簡単らしい