Re: [despammed] port connection number?!

From: Andreas Kretschmer <akretschmer(at)despammed(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: [despammed] port connection number?!
Date: 2005-04-06 14:22:50
Message-ID: 20050406142249.GC20888@webserv.wug-glas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

am 06.04.2005, um 14:48:19 +0100 mailte SG Edwards folgendes:
>
> Hey guys,
>
> I am trying to connect to a Postgres database using a PHP script but get the
> error:
>
> "unable to connect to PostgreSQL server: could not connect to server: Connection
> refused;
> is the server running on host "localhost" and accepting TCP/IP connections on
> port 5432?"
>
> How can I find out which port the Postgres database is using? How can I fix
> this?

Please read the manual for ph_hba.conf. You must configure your
pg-server to listen on tcp.

Check it with netstat.

Regards, Andreas.
--
Andreas Kretschmer (Kontakt: siehe Header)
Heynitz: 035242/47212, D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
=== Schollglas Unternehmensgruppe ===

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Eduardo Vázquez Rodríguez 2005-04-06 14:23:50 Re: port connection number?!
Previous Message Walker, Jed S 2005-04-06 14:13:37 Re: plpgsql - can't get a simple block to execute