ETC
[ PostgreSQL ] CentOS 7 install
Pydole
2020. 1. 2. 19:24
# yum install postgresql-server [ 설치 ]
# postgresql-setup initdb [ DB초기화 ]
# systemctl start postgresql [ 서비스 시작 ]
# systemctl enable postgresq [ 서비스 등록 ]
# passwd postgres [ postgres 계정 패스워드 세팅 ]
# su - postgres
$ psql postgres