C:\Program Files\PostgreSQL\12\bin
C:\Program Files\PostgreSQL\12\bin>initdb.exe -D "E:\install svr\PostgreSQLData"
C:\Program Files\PostgreSQL\12\bin>pg_ctl.exe register -N "pgsql 12.14.2" -D "E:\install svr\PostgreSQLData"
,注册【pgsql 12.14.2】服务pgsql 12.14.2
】服务设置postgres的密码,修改该步骤是不要动E:\install svr\PostgreSQLData\pg_hba.conf
,确保以下配置。
6. 修改所有ip都能访问,
(1)修改E:\install svr\PostgreSQLData\postgresql.conf
的属性listen_addresses = '*'
(2)修改E:\install svr\PostgreSQLData\pg_hba.conf
,添加配置:
host all all 0.0.0.0/0 md5