PG 28000错误消除
发布日期:2022/8/23 作者:
浏览:1311
临时解决方案:打开文件C:\Program Files\PostgreSQL\10\data\pg_hba.conf
查找关键字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
信任客户端连接即可。
下拉加载更多评论