Re: how come I get this error message when I try to connect to Postgresql

From: Lonni J Friedman <netllama(at)gmail(dot)com>
To: Danny Lu <comtpig(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how come I get this error message when I try to connect to Postgresql
Date: 2005-01-26 15:30:54
Message-ID: 7c1574a905012607307544485c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is the server running on host "localhost" and accepting TCP/IP
connections on port 5432? What does your pg_hba.conf look like? Did
you enable TCP/IP connections in postgresql.conf ?

On Wed, 26 Jan 2005 10:04:35 -0500, Danny Lu <comtpig(at)hotmail(dot)com> wrote:
> Hello all,
> I am running Postgresql 8.0.0 on Windows 98. When I try to connect to the
> database with
> psql.exe using "psql.exe -h localhost -p 5432 template1 postgres" I get an
> error message like this:
>
> PSQL: could not connect to server: Connection refused (0x0000274D/10061)
> Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman netllama(at)gmail(dot)com
LlamaLand http://netllama.linux-sxs.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-01-26 15:42:46 Re: cleanup of pg_temp schemas
Previous Message Richard Huxton 2005-01-26 15:27:27 Re: Problem with NOT IN and Sub-Select