Just installed PostgreSQL 7.2.1 on Debian 3.0. Allthough I believe I've made the neccessary changes to the pg_hba.conf I still get the following message from a remote Web server:
Warning: Unable to connect to PostgreSQL server: connectDB() -- connect() failed: Connection refused Is the postmaster running (with -i) at 'myipaddress' and accepting connections on TCP/IP port '5432'?
Also have installed phpPgAdmin 2.4-1. After creating users, still get 'Wrong username/password. Access denied.' error message.
In fact, at the prompt when I type 'psql mydatabase mydatabaseuser' I get:
psql: could not connect to server: Connection refused
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
Almost seems like the users are being ignored. would appreciate the help here.
Thanks in advance.