Home > 徒然 > WordPress

WordPress

覚え書きです・・・(汗)
サイトサーブ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

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://xeqoo.biz/740627/archives/1345/trackback
Listed below are links to weblogs that reference
WordPress from weasel war dancers

Home > 徒然 > WordPress

Return to page top