WordPressの設置方法(さくらインターネット)

さくらインターネットを利用していて複数設置する方法のまとめ。

wordpress.orgで最新版をダウンロード、解凍。
wp-config-sample.phpの以下の太文字部分を

// ** MySQL settings ** //
define(’DB_NAME’, ‘wordpress‘); // The name of the database
define(’DB_USER’, ‘username‘); // Your MySQL username
define(’DB_PASSWORD’, ‘password‘); // …and password
define(’DB_HOST’, ‘localhost‘); // 99% chance you won’t need to change this value

// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

wordpress→さくらインターネットのアカウント名
username→さくらインターネットのアカウント名(上と同じ)
password→データベース作成時に設定したパスワード
localhost→mysql●●.db.sakura.ne.jp
wp_→変更
に変更してwp-config.phpと名前を変更。

FFFTPの オプション>環境設定「転送3」 の部分で*.phpを「705」「755」に設定してアップロード。
wp-admin/install.phpにアクセスして完了。

posted on 2007/10/31 category: WordPress tag: . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

コメントはありません

この記事初めてのコメントをどうぞ。

コメントをどうぞ

上記の 太文字部分 は必須項目です。メールアドレスは 決して 表示されません。

以下の HTML コードが利用できます:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <img localsrc="" alt="">
URIs must be fully qualified (eg: http://www.domainname.com) and all tags must be properly closed.

Line breaks and paragraphs are automatically converted.

Please keep comments relevant. Off-topic, offensive or inappropriate comments may be edited or removed.