0
点赞
收藏
分享

微信扫一扫

PostgresSql 远程连接失败,乱码

看山远兮 2022-05-05 阅读 37


postgres版本14,内网IP远程连接数据库,错误提示:

解决方案:

修改对应data目录下的配置文件pg_hba.conf

# IPv4 local connections:
host    all             all             0.0.0.0/0            scram-sha-256

举报

相关推荐

0 条评论