This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\PostgreSQL\15\bin\initdb.exe" -D "C:\pgdata1" | |
C:\pgdata1\postgresql.conf → port = 5433 | |
edit pg_hba.conf | |
# TYPE DATABASE USER ADDRESS METHOD | |
# "local" is for Unix domain socket connections only | |
local all all scram-sha-256 | |
# IPv4 local connections: |