国产欧美日韩第一页|日本一二三不卡视频|在线精品小视频,亚洲第一免费播放区,metcn人体亚洲一区,亚洲精品午夜视频

幫助中心 >  技術(shù)知識(shí)庫 >  數(shù)據(jù)庫 >  相關(guān)技術(shù)支持 >  The configuration file now needs a secret passphrase (blowfish_secret)------如何解決

The configuration file now needs a secret passphrase (blowfish_secret)------如何解決

2016-03-11 15:16:54 13423

LAMP下安裝phpmyadmin,安裝完畢后在瀏覽器中輸入127.0.0.1、phpmyadmin訪問phpmyadmin,頁面提示錯(cuò)誤信息為:

The configuration file now needs a secret passphrase (blowfish_secret);

如圖:

錯(cuò)誤原因:新版本的phpmyadmin對(duì)COOKIE認(rèn)證采用了blowfish加密算法,

解決措施:/phpmyadmin/config.inc.php文件中的$cfg[blowfish_secret] = ;賦一個(gè)字符串值就行了
:$cfg[blowfish_secret] = jdcdFK6xKFV921565FVF55;

(在終端輸入find  / -name  phpmyadmin就可以查詢到phpmyadmin的位置)

重啟httpd,myaqld服務(wù)即可

#service httpd restart

#service  mysqld restart


提交成功!非常感謝您的反饋,我們會(huì)繼續(xù)努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務(wù),我們很需要您進(jìn)一步的反饋信息:

在文檔使用中是否遇到以下問題: