프로그램 관련/Linux(리눅스)

ubuntu postgresql password 변경하기

SeoHW 2018. 7. 17. 16:13
반응형

ubuntu Postgresql password변경


sudo -u postgres psql postgres

# \password postgres

Enter new password: 사용할 비밀번호




반응형