[問題]phpMyAdmin 2.2.6的密碼問題!!
發表於 : 2002-06-11 19:45
$cfgServers[$i]['host'] = 'localhost';
$cfgServers[$i]['port'] = '';
$cfgServers[$i]['socket'] = '';
$cfgServers[$i]['connect_type'] = 'tcp';
$cfgServers[$i]['controluser'] = '';
$cfgServers[$i]['controlpass'] = '';
\n$cfgServers[$i]['auth_type'] = 'http'; (config, http or cookie based)?
$cfgServers[$i]['user'] = 'root';
$cfgServers[$i]['password'] = 'root123';
------------------------------------------------------------------------
在$cfgServers[$i]['auth_type'] = 'http';
不管是改成 "http" or "cookie" 只要輸入任何帳號,且不輸密碼就能進入phpMyAdmin
請問要怎樣才能解決ㄚ??
$cfgServers[$i]['port'] = '';
$cfgServers[$i]['socket'] = '';
$cfgServers[$i]['connect_type'] = 'tcp';
$cfgServers[$i]['controluser'] = '';
$cfgServers[$i]['controlpass'] = '';
\n$cfgServers[$i]['auth_type'] = 'http'; (config, http or cookie based)?
$cfgServers[$i]['user'] = 'root';
$cfgServers[$i]['password'] = 'root123';
------------------------------------------------------------------------
在$cfgServers[$i]['auth_type'] = 'http';
不管是改成 "http" or "cookie" 只要輸入任何帳號,且不輸密碼就能進入phpMyAdmin
請問要怎樣才能解決ㄚ??