Thinkphp錯誤-phpMyAdmin 嘗試串連到 MySQL 伺服器,但伺服器拒絕連

來源:互聯網
上載者:User

標籤:

phpMyAdmin 嘗試串連到 MySQL 伺服器,但伺服器拒絕串連。您應該檢查設定檔中的主機、使用者名稱和密碼,並確認這些資訊與 MySQL 伺服器管理員所給出的資訊一致。

原因有可能是因為修改了mysql資料庫的密碼導致。

 

解決方案:

1)修改wamp\apps\phpmyadmin4.1.14下的config.inc.php中的 $cfg[‘Servers‘][$i][‘password‘] = ‘‘;選項

2)修改$cfg[‘Servers‘][$i][‘auth_type‘] = ‘http‘; //修改為http
當然,到了這裡也許還是會出錯,因為這是IE緩衝所致,選擇IE Internet選項->常規-》清除瀏覽記錄,清除緩衝後解決問題

 

以下是config.inc.php中有關資料庫配置的配置資訊:

在phpmyadmin目錄中有個config.inc.php,你可以用記事本開啟它,然後在
/* Authentication type and info */這句下面的
$cfg[‘Servers‘][$i][‘auth_type‘] = ‘config‘;
$cfg[‘Servers‘][$i][‘user‘] = ‘root‘;
$cfg[‘Servers‘][$i][‘password‘] = ‘*************‘;    //資料庫密碼
$cfg[‘Servers‘][$i][‘extension‘] = ‘mysql‘;

 

註明:如果在安裝wamp之前本機有安裝mysql資料庫,則在password處填寫本機mysql資料庫的密碼

Thinkphp錯誤-phpMyAdmin 嘗試串連到 MySQL 伺服器,但伺服器拒絕連

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.