80行目付近 $cfg['Servers'][$i]['user'] = 'ユーザー名'; // MySQL user $cfg['Servers'][$i]['password'] = 'パスワード'; // MySQL password (only needed // with 'config' auth_type) $cfg['Servers'][$i]['only_db'] = 'ユーザー名'; // If set to a db-name, only の設定を解除しますと、自動ログインができなくなりますが、入室時に二つ以降のユーザー名を指定して別々に入室できます。 追加する場合は、133行目付近の $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = '';