Re: PHP cann't access to postgres databse - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: PHP cann't access to postgres databse
Date
Msg-id 4A44B3D60200002500027FA4@gw.wicourts.gov
Whole thread Raw
In response to Re: PHP cann't access to postgres databse  (donghe@caltech.edu)
Responses Re: PHP cann't access to postgres databse  (donghe@caltech.edu)
List pgsql-admin
<donghe@caltech.edu> wrote:

> Is the server running on host "localhost"
> and accepting TCP/IP connections on port 5432?

Is it?

Depending on your platform, you can check which ports are accepting
connections with something like:

netstat -plnt

If you don't see your port open there, listening on all addresses or
on the localhost IP, you probably need to modify your postgresql.conf
file to set listen_addresses or port as you need them.  (You will need
to restart PostgreSQL.)

If the postgresql.conf file is good, you must have something
misconfigured in the networking on that box.  You could run:

ping localhost

to see what that gives you.

-Kevin

pgsql-admin by date:

Previous
From: donghe@caltech.edu
Date:
Subject: Re: PHP cann't access to postgres databse
Next
From: Andy Shellam
Date:
Subject: Re: PHP cann't access to postgres databse