PG 28000錯誤消除
發(fā)布日期:2022/8/23 作者:
瀏覽:1308
臨時解決方案:打開文件C:\Program Files\PostgreSQL\10\data\pg_hba.conf
查找關(guān)鍵字IPV4,找到后修改為如下所示:
# IPv4 local connections:
host all all 192.168.1.10/32 md5
host all all 0.0.0.1/0 trust
# IPv6 local connections:
host all all ::1/128 md5
信任客戶端連接即可。
下拉加載更多評論