From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "David S(dot) Moore" <davidseldonmoore(at)comcast(dot)net>, <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: PGAdmin III |
Date: | 2003-12-01 08:21:18 |
Message-ID: | 03AF4E498C591348A42FC93DEA9661B8720117@mail.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
> -----Original Message-----
> From: David S. Moore [mailto:davidseldonmoore(at)comcast(dot)net]
> Sent: 30 November 2003 22:56
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] PGAdmin III
>
> Whenever I try to use PGAdmin III to connect to my PostGreSQL
> 7.4 database, I get "Connection Refused". Here's the exact
> error from my pgadmin.log file:
>
> 2003-11-30 14:35:45 ERROR : Error connecting to the server:
> could not connect to server: Connection refused
> Is the server running on host 127.0.0.1 and accepting
> TCP/IP connections on port 5432?
>
<snip>
> What more do I need to do to get PGAdmin III to recognize my database?
Hi David,
From your machine, what happens if you run:
telnet 127.0.0.1 5432
From a command prompt, and then hit return a couple of times? You should
see something like:
EFATAL: invalid length of startup packet
Connection to host lost.
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | blacknoz | 2003-12-01 08:45:21 | Re: src/gtk/colour.cpp(272): assert "wxAssertFailure" failed: |
Previous Message | GuineaPig | 2003-12-01 07:54:41 | Re: SuSE 9.0/pgadmin3 |