Skip to content

Instantly share code, notes, and snippets.

@kowata
Created March 26, 2014 06:21
Show Gist options
  • Save kowata/9777729 to your computer and use it in GitHub Desktop.
Save kowata/9777729 to your computer and use it in GitHub Desktop.
WP: MAMPで開発環境を作る
1. MAMP から phpMyAdmin を開き DB を作る。
2. データベース名を入力
3. 照合順序は “utf8_general_ci” を選択
4. WP をインストール
5. ユーザ名とパスワードは “root”
6. データベースのホスト名は “localhost”
7. テーブル接頭語はデフォルトのまま “wp_”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment