새소식

카테고리 없음

[Solved] Postgresql SCRAM authentifcation

  • -
728x90

[solution]

You can change the postgresql configuration to md5.

 

[Workaround]

1. pg_hba_conf

cd C:\Program Files\PostgreSQL\13\data\pg_hba_conf

Change the method from scram-sha-256 to md5

 

2. postgresql.conf

cd C:\Program Files\PostgreSQL\13\data\postgresql.conf

Change the password_encryption from scram-sha-256 to md5

3. reload PostgreSQL

4. change the password of the user to get an MD5 encrypted password

 

good luck!

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.