[XAMPP] phpMyAdminに認証をかける




XAMPPのphpMyAdminに認証をかける方法です。

(XAMPP:ver 1.7.7)

C:\xampp\phpMyAdmin

config.inc.phpファイルを開きます。

変更するべき場所は、下記の

$cfg[‘Servers’][$i][‘auth_type’] = ‘config‘;

になります。

 

$cfg[‘Servers’][$i][‘auth_type’] = ‘config‘;

$cfg[‘Servers’][$i][‘auth_type’] = ‘http‘;

に修正します。

これで認証画面が出ます。

ユーザー名=root

パスワード=無し

でログインできます。



人気記事一覧


関連記事一覧

This entry was posted in XAMPP and tagged , , . Bookmark the permalink.

コメントは受け付けていません。