我試圖啓動並運行在MySQL和phpMyAdmin上,但仍然遇到登錄到phpMyAdmin的問題。當使用默認用戶名「root」且沒有密碼和我通過終端設置的密碼時,我會得到「#2002無法登錄到MySQL服務器」。phpmyadmin無法在初始安裝(mac osx)上登錄
這是我的config.inc.php文件的相關部分:
$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'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'admin'; //I have also tried 'root' here with no password
$cfg['Servers'][$i]['password'] = 'PASSWORD';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
我已經試過:
我完全卡住了。
系統/版本的詳細信息: 的Mac OSX 10.7.5 phpMyAdmin的3.5.7 的MySQL 5.5.28
這樣做...快速簡單,正是我所期待的。 – rrouse 2013-03-18 23:04:27