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?
Many thanks for your help,
Stephen