這是一個相當常見的問題,我發現很多教程來幫助我解決問題,雖然還有一個額外的問題。 。Wamp phpMyAdmin錯誤#1045 - 拒絕訪問用戶'root'@'localhost'
這是我的config.inc.php配置設置
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;
當我嘗試通過WAMP主頁登錄,錯誤顯示:
1045 - 訪問被拒絕的用戶「根'@'localhost'(使用密碼:是)
與此相同的是當我嘗試通過CONSOLE訪問MyAdmin!
不管我輸入什麼密碼或只是按回車,它顯示我這個相同的錯誤,因爲我不能'沖洗priviliges'。
我該怎麼辦?
你確定這些憑據是正確的嗎? – ggdx
你是什麼意思? – MateuszC
哪個部分讓你困惑? – ggdx