我安裝XAMPP服務器,它運行正常,但我去的時候通過遠程訪問連接到phpMyAdmin我有這樣的問題:如何解決身份驗證問題?
我的config.inc.php的配置是:
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'my ip address';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
/*$cfg['Servers'][$i]['compress'] = false; */
$cfg['Servers'][$i]['AllowNoPassword'] = true;
即使當我配置密碼,我輸入它我有同樣的問題。
http://stackoverflow.com/questions/22033083/xampp-start-automatically-on-windows-7-startup/22033578#22033578 –
設置'AllowNoPassword'爲false。 – Jer
@SathishD這是自動運行MySQL,我不認爲這會解決任何問題。 – Jer