From: | Steve Gollery <sgollery(at)cadrc(dot)calpoly(dot)edu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | problem getting started with PostgreSQL 8 beta 3 on XP |
Date: | 2004-09-30 18:26:25 |
Message-ID: | 415C4FD1.7080503@cadrc.calpoly.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general Postg토토 사이트 추천SQL : |
I installed Postgres 8 beta 3 on an XP box, with Postgres running as a
service. TaskManager tells me that postgres and postmaster are both
running. Using pgAdmin III, I can connect to the server and create
users, databases, tables, etc.
But at the command line, on the same machine where the service is
running, executing
createdb mydb
gives this:
could not connect to database template1: could not connect to server:
No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
The documentation says:
"This means that the server was not started, or it was not started where
createdb expected it."
Since pgAdmin has no trouble connecting, I assume that the server is
running and receiving connections at port 5432, so that leaves the
second part: not started where createdb expected it.
I've tried explicitly including the host, port, user, password, and that
doesn't help.
Any ideas what's going wrong here?
Steven Gollery
sgollery(at)cadrc(dot)calpoly(dot)edu
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Close | 2004-09-30 18:39:57 | postgres start problems with memory |
Previous Message | Chris Browne | 2004-09-30 17:55:41 | Re: how to encode/encrypt a string |
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver D. | 2004-10-01 21:16:24 | Win32 libpq : Static Link ? |
Previous Message | John Meinel | 2004-09-29 16:44:14 | Re: [pgsql-hackers-win32] Poor Performance for large queries |