이 름 : 바다아이
|
조회수 : 9263
짧은 주소 : https://www.bada-ie.com/su/?471591777863
yum install postgresql-server postgresql-contribpostgresql-setup initdb --> 이걸로 해서 db 생성해도 되지만 인코딩 맞추기 위해....디비 생성은 반드시 postgres 계정으로 로그인 후 실행하셔야 합니다.
su postgres
initdb --locale=ko_KR.UTF-8 --lc-collate=UTF-8 -E UTF-8 -D /var/lib/pgsql/data
만약 디렉토리 없다고 에러나면 루트 권한으로 돌아와서
mkdir /var/lib/pgsql
chown postgres:postgres /var/lib/pgsql
chmod 700 /var/lig/pgsql
이제 패스워드 방식을 md5 로 변경합니다.
아래 부분 찾아서 ident 를 md5 로 고쳐줍니다. 2~3개 항목 될 겁니다.
sudo vi /var/lib/pgsql/data/pg_hba.conf
Find the lines that looks like this, near the bottom of the file:
pg_hba.conf excerpt (original)
host all all 127.0.0.1/32 ident
host all all ::1/128 ident
Then replace "ident" with "md5", so they look like this:
pg_hba.conf excerpt (updated)
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
이제 postgresql 을 시작하면 끝
systemctl start postgresql
|
|
번 호
카테고리
제 목
이름
조회수
Copyright ⓒ 2001.12. bada-ie.com. All rights reserved.
이 사이트는 리눅스에서 firefox 기준으로 작성되었습니다. 기타 브라우저에서는 다르게 보일 수 있습니다.
[ Ubuntu + GoLang + PostgreSQL + Mariadb ]
서버위치 : 오라클 클라우드 춘천 실행시간 : 0.05585 초 to webmaster... gogo sea. gogo sea.