-
PostgreSQL 설치 후 비밀번호 변경OSM 2018. 5. 16. 09:20
sudo su - postgres // 유저 변경
psql // 쿼리 모드 들어감
alter user postgres with password '???????'; // 쿼리로 비밀번호 변경
sudo su - postgres // 유저 변경
psql // 쿼리 모드 들어감
alter user postgres with password '???????'; // 쿼리로 비밀번호 변경