PHP problem solved

From: Steve Doliov <doliov(at)statsol(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: PHP problem solved
Date: 1998-06-24 22:05:19
Message-ID: 3591781F.D9177F1A@statsol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

My PHP interface now works, and there was only one change i needed to
make to my script.

pg_Connect("host=gecko user=... dbname..);
^^^^^
earlier i was putting down localhost here. that kept
getting rejected with auth failures. now that i put down
the host name, it's happy. i woulda thought this wasn't necessary and
perhaps there is still somehting wrong with my pg_hba.conf, but now at
least crypt and password authentication work.

hope this helps anyone else having the same problems.

Browse pgsql-interfaces by date

  From Date Subject
Next Message John Horncastle 1998-06-24 22:38:30 [INTERFACES] Escape Characters
Previous Message Eric Hillman 1998-06-24 19:55:15 Cold Fusion