SVNリポジトリのphpMyAdminを使う。
config.inc.phpを編集
色が付いている部分は適当に。
- config.inc.phpをconfig.sample.inc.phpからコピーして作成。
-
パスフレーズを設定。
$cfg['blowfish_secret'] = 'passphrase‘; -
ログインが面倒なので、
認証方法をconfigに変更。$cfg['Servers'][$i]['auth_type'] = 'config';
-
ユーザーのIDとパスワードを設定。
$cfg['Servers'][$i]['user'] = 'user‘; $cfg[’Servers’][$i][’password’] = ‘password‘;
あとは、フォントサイズが小さいので、
90%ぐらいにすればOK。