: Postgres를 설치하여 배워 볼까합니다.
: 설치후 데이타 베이스에 접속하기 위해서 우선 사용자를 만들라 하여
: createuser명령을 처넣었는데 에러가 납니다.
: $createuser jjj
: Connection to database 'template1' failed.
: connectDB() failed: Is the postmaster running and acceptin connections
: at 'UNIX Socket' on port '5432'?
: createuser: database access failed.
:
: 저는 네트워크는 사용하지 않습니다.
: local에 접속은 됩니다.
: 뛰어난 리눅서 분들의 도움을 바랍니다.
Postgre Server가 실행중이지 않은거 가튼데여~~
아니면 Postgre가 postmaster의 권한으로 실행되지 않고 있든지..--Dream of Jazz