修改mysql資料庫密碼後phpMyAdmin無法串連資料庫

來源:互聯網
上載者:User

phpMyAdmin能開啟,在許可權裡把root的密碼改了,再開啟phpMyAdmin就顯示:“phpMyAdmin 試圖串連到 MySQL 伺服器,但伺服器拒絕串連。您應該檢查 config.inc.php 中的主機、使用者名稱和密碼,並且確定這些資訊與 MySQL 伺服器的管理員所給出的資訊一致。”.遇到此類問題的解決方案:

    在phpmyadmin中找到config.inc.php檔案,將$cfg['Servers'][$i]['auth_type']     = ‘config’; 改為:$cfg['Servers'][$i]['auth_type']     = ‘http’; 此外修改$cfg['Servers'][$i]['password']裡的密碼。

再次開啟phpMyAdmin時會彈出下面的頁面,這時點擊 Open new phpMyAdmin window 連結就可以彈出一個頁面要求你輸入使用者名稱和密碼,這時輸入設定的使用者名稱和密碼就可以再次開啟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.