EDB: Open-Source, Enterprise Postgres Database Management 安装包下载地址
*******************安装时一定要用管理员运行,否则安装完成后在pgAdmin4中进行登录验证时不显示数据库
致命错误: could not load C:/Program Files/PostgreSQL/17/data/pg_hba.conf (pgjdbc: autodetected server-encoding to be GB2312, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf)
解释:
报错意思已经很明确了
C:/Program Files/PostgreSQL/17/data/pg_hba.conf 文件 最后几行

框中的地方在添加本机ip的时候可能删除了一部分字段,所以报错了,加上就好了
2,添加本机ip 就可以使用本机ip进行数据库连接了