postgres版本14,内网IP远程连接数据库,错误提示:
解决方案:
修改对应data目录下的配置文件pg_hba.conf
# IPv4 local connections:
host all all 0.0.0.0/0 scram-sha-256
PostgresSql 远程连接失败,乱码
阅读 38
2022-05-05
postgres版本14,内网IP远程连接数据库,错误提示:
解决方案:
修改对应data目录下的配置文件pg_hba.conf
# IPv4 local connections:
host all all 0.0.0.0/0 scram-sha-256
相关推荐
精彩评论(0)