postgreSQL 설치

2013. 8. 29. 02:05DB/PostgreSQL



postgreSQL 설치


apt-get install postgresql   




커맨드쉘 접속


sudo -u postgres psql postgres 



비밀번호 업데이트 


alter user postgres with encrypted password '비밀번호';


'DB > PostgreSQL' 카테고리의 다른 글

psql: FATAL: Peer authentication failed for user "postgres"  (0) 2013.08.29