Well I looked a litle closer at phpPgAdmin on my shared hosting server and saw that it shows entries for:
Server Host Port Username Actions
the server entry is set to PostgreSQL
the Host entry is empty
the Port entry is set to 5432
so it would seem that phpPgAdmin also uses a blank for the ...
Search found 2 matches
- Sun Nov 19, 2006 8:27 am
- Forum: Installation
- Topic: PostGres and Installation
- Replies: 4
- Views: 11894
- Fri Nov 17, 2006 7:47 am
- Forum: Installation
- Topic: PostGres and Installation
- Replies: 4
- Views: 11894
Re: PostGres and Installation
Your PHP script uses socket authentication, whereas Serendipity needs to use TCP authentication to be compatible to the usual PGSql workage.
So you must edit your pg_hba.conf to enable TCP/IP authentication. It's basically a PGSql configuration issue, not a Serendipity/PHP problem. You might get ...
So you must edit your pg_hba.conf to enable TCP/IP authentication. It's basically a PGSql configuration issue, not a Serendipity/PHP problem. You might get ...