pg Admin 4 – password for “postgres” user when trying to connect to PostgreSQL 13 server
I ran into the same problem recently. The solution below works for me. I’m using Windows btw, so you should try equivalent commands in your OS. Change METHOD of all rows in your pg_hba.conf file from scram-sha-256 to trust Add bin folder of Postgres installation to path, if you haven’t Open command prompt and enter … Read more