2010/06/24

phpMyAdminの設定メモ

Authentication Typeを修正
auth_type:config→cookie
userとpassword:コメントアウト

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
// $cfg['Servers'][$i]['user'] = 'root';
// $cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

0 件のコメント:

コメントを投稿