Apache 1.3.33
PHP 4.3.10
MySQL 4.1.8
phpMyAdmin 2.6.1- rc2
為何我用任何一個使用者名稱都可以登入?eg. test,不用入password都可以登入?
我在權限入面,只有root一個使用者,也有設password..
conf.inc.php 如下:
代碼: 選擇全部
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = ''; 
