Re: connection error

From: "Martin Fandel" <martin(dot)fandel(at)alphyra-evs(dot)de>
To: Nirav Parikh <nirav(dot)p(at)workskillsprofessionals(dot)com(dot)au>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: connection error
Date: 2005-09-21 07:46:32
Message-ID: 1127288792.20648.22.camel@fandelm.tc.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

check "port = 5432" in postgresql.conf and have look to "netstat -anp |
grep postmaster"...

Best regards,

Martin

Am Mittwoch, den 21.09.2005, 15:30 +0800 schrieb Nirav Parikh:

>
> Hi,
>
> I build the new server running FC4. I am having problem connecting to
> Postgresql database from php. I get the following error message when I
> am trying to connect
>
> "DB_Error Object ( [error_message_prefix] => [mode] => 1 [level] =>
> 1024 [code] => -24 [message] => DB Error: connect failed [userinfo] =>
> [nativecode=Warning: pg_pconnect() [function.pg-pconnect]: Unable to
> connect to PostgreSQL server: could not connect to server: Permission
> denied Is the server running on host "127.0.0.1" and accepting TCP/IP
> connections on port 5432? in /usr/share/pear/DB/pgsql.php on line 124]
> ** pgsql........"
>
> I can connect through our existing server to this Postgresql database.
> Its just not connecting locally.
>
> Pg_hba.conf file settings:
>
> local all all
> trust
> host all all 127.0.0.1 255.255.255.255
> trust
>
>
> postgresql.conf file settings:
>
> listen_addresses = '*'
>
> I dont know what else to check.
>
> Thanks in Advance.
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.3/107 - Release Date:
> 20/09/2005
>
>

Browse pgsql-admin by date

  From Date Subject
Next Message Nirav Parikh 2005-09-21 08:08:14 Re: pgsql connection
Previous Message Nirav Parikh 2005-09-21 07:30:52 connection error