2. data 폴더 아래의 postgresql.conf 파일 변경
listen_addresses = 'localhost' => listen_addresses = '*'3. pg_hba.conf 파일 변경
port = 5432
host all all 0.0.0.0/0 trust4. PostgreSQL 시작
./pg_ctl -D $HOME/pgsql/data start
Great Architect & Artist
지혜 있는 자는 궁창의 빛과 같이 빛날 것이요 많은 사람을 옳은 데로 돌아오게 한 자는 별과 같이 영원토록 빛나리라 (단 12:3)
listen_addresses = 'localhost' => listen_addresses = '*'3. pg_hba.conf 파일 변경
port = 5432
host all all 0.0.0.0/0 trust4. PostgreSQL 시작
./pg_ctl -D $HOME/pgsql/data start
댓글을 달아 주세요
댓글 RSS 주소 : http://www.yongbi.net/rss/comment/556