看板 PHP 關於我們 聯絡資訊
大家晚安:)我是PHP新手 在登入phpMyAdmin時遇到了一個問題, 不知道是否有人知道該如何解決呢? 詳細狀況如下: 1.事件背景: 昨天是第一次安裝XAMPP,並有成功執行MySQL 但是今天卻無法登入phpMyAdmin,執行MySQL (備註:使用XAMPPhttp://ppt.cc/blvf) 2.在http://localhost/phpmyadmin/index.php這個頁面時出現的狀況: #2002 無法登入 MySQL 伺服器 與 使用設定檔案中定義的控制使用者連線失敗。 已經爬文,用過更改config.inc.php的方式 將$cfg['Servers'][$i]['host'] = 'localhost'; 改為$cfg['Servers'][$i]['host'] = '127.0.0.1'; 但是還是沒有辦法執行!!>"< 2.在localhost/xampp出現的狀況: http://ppt.cc/EN70 The MySQL server is not running or is blocked by a firewall! Please check this problem first ... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 125.230.160.234
fowei:感覺是port被其他應用程式佔去. 關掉一些程式吧.比如SKYPE 01/26 11:43
kimberly6:謝謝你的回覆噢!不過我最後重新安裝了^___^ 01/26 21:56
kimberly6:又可以正常使用啦! 01/26 21:56