CentOS71 [PostgresSQL] ์ธ๋ถ์ ์ ํ์ฉ (Linux CentOS7) 1. ์ฌ์ ์์ ๋ฐ ํ์ธ PostgresSQL ์ค์น PGDATA ๋๋ ํ ๋ฆฌ ๊ฒฝ๋ก ํ์ธ CentOS default : /var/lib/pgsql/{version}/data 2. postgresql.conf ์ค์ postgresql.conf์์ listen_addresses='localhost' ์ฃผ์ ์ ๊ฑฐ ํ '*'๋ก ๊ฐ์ ๋ฐ๊พธ๊ณ port=5432 ๋ผ์ธ ์ฃผ์ํด์ ํ๋ค. vi /var/lib/pgsql/{version}/data/postgresql.conf listen_address='*' port=5432 3. pg_hba.conf ์ค์ ์๋ ๋ช ๋ น์ด๋ฅผ ์คํํ์ฌ pg_hba.conf์ ์ ์ ํ์ฉ ๊ท์น์ ์ถ๊ฐํ๋ค. echo "host all all 0.0.0.0/0 md5" >> /var/lib/pgsql/{ve.. 2023. 9. 27. ์ด์ 1 ๋ค์