관리 메뉴

밤 늦게까지 여는 카페

PostgreSQL 계정 비밀번호 바꾸기 본문

데이터베이스/PostgresQL

PostgreSQL 계정 비밀번호 바꾸기

Jㅐ둥이 2022. 10. 9. 08:59

1. psql를 이용해서 PostgreSQL에 접속

  • 다른 계정의 비밀번호를 수정할 수 있는 권한을 가진 계정으로 접근해야 합니다!

2. alter user {유저 ID} with password '{수정하고 싶은 비밀번호}';

  • 예시) alter user postgres with password 'newpassword';
반응형