小編給大家分享一下postgresql登錄失敗怎么辦,相信大部分人都還不怎么了解,因此分享這邊文章給大家學(xué)習(xí),希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去學(xué)習(xí)方法吧!
創(chuàng)新互聯(lián)-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比張家川回族自治網(wǎng)站開發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫,直接使用。一站式張家川回族自治網(wǎng)站制作公司更省心,省錢,快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋張家川回族自治地區(qū)。費(fèi)用合理售后完善,十年實(shí)體公司更值得信賴。
postgresql登錄失敗的解決方法:
確認(rèn)phpPgAdmin是否可以鏈接到postgresql數(shù)據(jù)庫,方法:查看data/pg_log下的log有沒有phpPgAdmin的訪問記錄,有則說明可以
鏈接。
查看postgresql的認(rèn)證方法:pg_hba.conf
# "local" is for Unix domain socket connections only local all all ident # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5
看著好像跟ident認(rèn)證方式有點(diǎn)關(guān)系,最后在官方文檔找到一句話:
When using an external authentication system like Ident or GSSAPI, the name of the operating system user that initiated the connection might not be the same as the database user he needs to connect as.
明白了,原來上面的[local all all ident]搞的鬼,如果是ident的話需要配置 pg_ident.conf文件,所以果斷換成除以上兩種
加密方式外的方法
重啟postgresql:
#service postgresql restart.
再訪問一次,成功。
以上是postgresql登錄失敗怎么辦的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!