mysql 関連
いつも GGR ので
ユーザー作って権限設定
作成するユーザー名: wordpress
接続を許可するIPアドレス:127.0.0.1
権限を与えるデータベース名: wp
create user wordpress@'127.0.0.1' identified by 'password'
grant ALL PRIVILEGES ON wp.* TO wordpress@'%'
phpMyAdmin
phpMyAdmin をインストール後にやること
- config.sample.inc.php を config.inc.php にコピー
config.inc.php を編集 - blowfish_secret 設定
- $cfg[‘DefaultLang’] = ‘ja-JP’; 追加
- $cfg[ ‘Lang’ ] = ’en’ ; 追加