Database PostgreSQL远程访问 PostgreSQL Remote Access PostgreSQL远程访问 打开PostgreSQL安装目录下data\pg_hba.conf文件 添加如下行 1 host all all 0.0.0.0/0 scram-sha-256 保存退出,完成