自分用メモ。自分が管理しているサーバー上でwordpressのブログを増やす場合の手順。
URLを決める
cd /etc/wordpress
cp config-ebi.dyndns.biz_xxxx.php config-ebi.dyndns.biz_.php
ln -s config-ebi.dyndns.biz_.php config-ebi.dyndns.biz__wp-admin.php
emacs config-ebi.dyndns.biz_.php
define(‘DB_NAME’, ‘wp_’);
chown www-data
chgrp www-data
mysql -p -u root
mysql> create database wp_;
mysql> grant all on wp_.
mysql> flush privileges;
mysql> quit
ln -s /usr/share/wordpress /var/www/html/