MySQL、PHP、phpMyAdminのインストールから、Wordpress用のデータベース作成まで。 最新版を入れるため、yumのリポジトリをインストールして変更する。依存関係を解消しながらインストールするより、yum を使った方がずっと楽。 インストール [root@localhost ~]# wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm [root@localhost ~]# wget http://rpms.famillecollet.com/el5.i386/remi-release-5-6.el5.remi.noarch.rpm [root@localhost ~]# rpm -Uvh epel-release-5* remi-release-5* [roo