ホーム > タグ > WordPress
WordPress
WordPress
- 2009-02-23 (月)
- 徒然
覚え書きです・・・(汗)
サイトサーブ2での「wp-config-sample.php」の設定箇所
* * * * *
/** WordPress のデータベース名 */
define(’DB_NAME’, ‘putyourdbnamehere’); →「ログインID_●●●●●」
/** MySQL のユーザー名 */
define(’DB_USER’, ‘usernamehere’); →「ログインID」
/** MySQL のパスワード */
define(’DB_PASSWORD’, ‘yourpasswordhere’); →「MySQLのパスワード」
/** MySQL のホスト名 (ほとんどの場合変更する必要はありません。) */
define(’DB_HOST’, ‘localhost’); →「db.ドメイン」
* * * * *
- Comments: 0
- Trackbacks: 0
Home > Tags > WordPress
