Skip to content

Instantly share code, notes, and snippets.

@Josh00
Last active January 22, 2018 02:04
Show Gist options
  • Save Josh00/46f4af956611a532aaabec00c4f792fd to your computer and use it in GitHub Desktop.
Save Josh00/46f4af956611a532aaabec00c4f792fd to your computer and use it in GitHub Desktop.
# cd wordpress
# cp wp-config-sample.php wp-config.php
# vi wp-config.php
★ファイル内の箇所を変更します。
// ** MySQL 設定 - ** //
/** WordPress のためのデータベース名 */
define('DB_NAME', 'wordpress');
/** MySQL データベースのユーザー名 */
define('DB_USER', 'wordpress');
/** MySQL データベースのパスワード */
define('DB_PASSWORD', 'wordpress');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment