phpMyAdmin常見報錯的解決方案

來源:互聯網
上載者:User

標籤:localhost   解決方案   設定檔   cookie   success   


1、許可權過大,提示設定檔不能有寫的許可權

650) this.width=650;" src="https://s3.51cto.com/wyfs02/M01/93/1B/wKiom1kILU7S0vlEAAAwBGDb7nY757.png-wh_500x0-wm_3-wmp_4-s_2907842399.png" title="1.png" alt="wKiom1kILU7S0vlEAAAwBGDb7nY757.png-wh_50" />

I get this error when I try to access localhost/phpmyadmin:

Wrong permissions on configuration file, should not be world writable!

解決辦法:

sudo chmod 755 /opt/lampp/phpmyadmin/config.inc.php

OK,success!


2、聲明:MySQL和phpMyAdmin不在同一主機

  • 登陸時提示“無法登入MySQL伺服器”。

    650) this.width=650;" src="http://s1.51cto.com/wyfs02/M02/78/AC/wKiom1aBAWjz6kFPAAAaveLFFN4317.png" title="1.png" alt="wKiom1aBAWjz6kFPAAAaveLFFN4317.png" style="padding:0px;margin:0px;vertical-align:top;border:none;float:none;" />

    解決方案:

    若MySQL和phpMyAdmin不在同一主機,需要修改設定檔phpMyAdmin/libraries/config.default.php中的兩項:

    //allow login to any user entered server in cookie based authentication   配置是否允許你登陸任何使用cookie登陸的伺服器。

    $cfg[‘AllowArbitraryServer‘] = true;

    //MySQL hostname or IP address

    $cfg[‘Servers‘][$i][‘host‘] = ‘172.16.0.35‘;//此項也可不修改

    修改後再次登陸phpMySQL時會多出“伺服器”一項,在此輸入MySQL伺服器的IP即可(注意:是http伺服器訪問MySQL的IP地址):

    650) this.width=650;" src="http://s1.51cto.com/wyfs02/M00/78/AC/wKiom1aBAWiwoKYQAABNnbuIIvY115.png" title="2.png" alt="wKiom1aBAWiwoKYQAABNnbuIIvY115.png" style="padding:0px;margin:0px;vertical-align:top;border:none;float:none;" />

3、登入後提示“設定檔現在需要一個短語密碼”:

    650) this.width=650;" src="http://s4.51cto.com/wyfs02/M00/78/AC/wKiom1aBAWmzKRAdAAAgfGO-KFU997.png" title="3.png" alt="wKiom1aBAWmzKRAdAAAgfGO-KFU997.png" width="650" style="padding:0px;margin:0px;vertical-align:top;border:none;float:none;" />

    解決方案:

    修改phpMyAdmin/config.inc.php:

    $cfg[‘blowfish_secret‘] = ‘oimec‘;//此處的oimec為任意短語,作用cookie認證時作為AES密碼編譯演算法的密鑰


4、登入後提示“phpMyAdmin進階功能尚未完成設定,部分功能啟用。”:

    650) this.width=650;" src="http://s4.51cto.com/wyfs02/M01/78/AC/wKiom1aBAWmhBcr-AAAu7S4oAq0915.png" title="4.png" alt="wKiom1aBAWmhBcr-AAAu7S4oAq0915.png" style="padding:0px;margin:0px;vertical-align:top;border:none;float:none;" />

    解決方案:

    將Web伺服器中phpMyAdmin/sql/create_tables.sql指令檔從phpMyAdmin中匯入執行。

    650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/78/AC/wKiom1aBAWvTVNtrAACwDEer2QA609.png" title="5.png" alt="wKiom1aBAWvTVNtrAACwDEer2QA609.png" width="650" style="padding:0px;margin:0px;vertical-align:top;border:none;float:none;" />

    再次登陸phpMyAdmin,查看已無提示,並且,已經建立“phpmyadmin”資料庫。

    650) this.width=650;" src="http://s3.51cto.com/wyfs02/M01/78/AB/wKioL1aBAYbwwTCOAABL0AcAAFw131.png" title="6.png" alt="wKioL1aBAYbwwTCOAABL0AcAAFw131.png" style="padding:0px;margin:0px;vertical-align:top;border:none;float:none;" />




phpMyAdmin常見報錯的解決方案

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.