Hi,
Whenever I try to connect to Postgresql through PHP using pg_connect() I get this error. Same version of PHP,Apache, PostgreSQL are running on another server and there it works fine. I see no differences in these 2 web servers.
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL: IDENT authentication failed for user "postgres"
I have postgres user authorized on all the databases, tables. Please suggest the solution.
Whenever I try to connect to Postgresql through PHP using pg_connect() I get this error. Same version of PHP,Apache, PostgreSQL are running on another server and there it works fine. I see no differences in these 2 web servers.
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL: IDENT authentication failed for user "postgres"
I have postgres user authorized on all the databases, tables. Please suggest the solution.