From: | "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk> |
---|---|
To: | 'Vlad Lemberg' <vlemberg(at)avemacorp(dot)com>, pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: |
Date: | 2002-07-25 08:22:36 |
Message-ID: | E2870D8CE1CCD311BAF50008C71EDE8E01F7493B@MAIL_EXCHANGE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
You first need to downlaod & install cygipc, then run the ipc-daemon
eg: ipc-daemon &
then you need to intialise the database area:
initdb -D /usr/local/pgsql/data
Then run the postmaster for the database server
postmaster -D /usr/local/pgsql/data &
then create a database eg:
createdb test
then:
psql test
hth,
- Stuart
> -----Original Message-----
> From: Vlad Lemberg [mailto:vlemberg(at)avemacorp(dot)com]
> Sent: 22 July 2002 21:10
> To: pgsql-cygwin(at)postgresql(dot)org
> Subject: [CYGWIN]
>
>
>
>
> Hello,
>
> I installed Cygwin on Windows XP.
>
> But when I start psql from Administrator/Bin directory
> ( I see the file psql.exe there, which means that it is
> installed ), I receive a message
>
> $ psql
> psql: 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"
>
> How to fix that ?
>
> Thanks.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
From | Date | Subject | |
---|---|---|---|
Next Message | Pankaj Naug | 2002-07-25 10:21:07 | reject |
Previous Message | jeffandtonya | 2002-07-24 15:30:09 | Do you remember me? |