我沒有修改過密碼,但是突然就被踢出來後就進不去。
請問有甚麼解決方法嗎?
我看網上文章都是改密碼後才跳出來。
/* Authentication type /
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'password';
/ Server parameters */
//$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
完整貼過去在試一下
如果還是出現拒絕用戶,代表你輸入mysql密碼是錯的
xampp重新啟動一下
我還是不行
/* Authentication type /
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'password';
/ Server parameters */
//$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;