Louie NRT Story

[Database] Postgresql 설치(Ubuntu 20) 본문

에너지

[Database] Postgresql 설치(Ubuntu 20)

hyeok0724.kim@gmail.com 2020. 9. 21. 13:47
반응형

1. apt-get update

 

2. postgresql 설치

 

3. postgresql 동작 확인

 

4. postgres 외부 접속 설정

- postgresql.conf 파일의 접속 가능 IP를 "*"로 변경함으로써 모두 접속 가능하도록 함

- pg_hba.conf 에 모두가 접속 가능하도록 설정함

 

5. postgresql 접속 계정 만들기

- 기본적으로 ubuntu의 계정에 postgres 라는 계정이 생성되어 있음

- sudo -u postgres psql 로 postgresql에 접속함

- 기존 계정 postgres의 패스워드를 변경함

 

6. postgresql에 접속

- postgresql이 설치된 IP와 Username은 기본 계정 postgres와 Password는 위에서 설정한 패스워드(postgres)를 입력함

- 접속 되었음을 확인 할 수 있음

 

Reference:

zetawiki.com/wiki/%EC%9A%B0%EB%B6%84%ED%88%AC_PostgreSQL_%EC%84%A4%EC%B9%98

 

우분투 PostgreSQL 설치 - 제타위키

다음 문자열 포함...

zetawiki.com

 

반응형
Comments