Re: connecting from php

From: Ivan Horvath <pillesoft(at)yahoo(dot)co(dot)uk>
To: Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr>
Cc: pgslq-php <pgsql-php(at)postgresql(dot)org>
Subject: Re: connecting from php
Date: 2002-03-18 15:36:10
Message-ID: 20020318153610.72251.qmail@web14708.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

thank you for the fast answer,

here is the php code:
$conn = pg_Connect("host=192.168.1.30 port=5432
dbname=PMS2500 user=web password=web");

here is the error message:
Warning: Unable to connect to PostgreSQL server:
fe_sendauth: authentication type 5 not supported in
c:\program files\apache
group\apache\htdocs\test\masodik.php on line 8

Ivan

--- Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr> wrote:
>
> Hi,
>
> If you paste the php line and error message that you
> are getting, we can
> easily help you.
>
> Otherwise, all we can do could be just guessing what
> is happening
> there....
>
> Regards and best wishes,
>
>
> Devrim GUNDUZ
>
> devrim(at)oper(dot)metu(dot)edu(dot)tr
> devrim(dot)gunduz(at)linux(dot)org(dot)tr
> devrimg(at)tr(dot)net
>
> Web : http://devrim.oper.metu.edu.tr
>
------------------------------------------------------------------
>
>
> On Mon, 18 Mar 2002, Ivan Horvath wrote:
>
> > hi All,
> >
> > i set up in the pg_hba.conf file the md5 password
> > encyption method for the client authentication.
> > i try to connect to the database from another
> machine
> > with the psql client tool - it is working.
> > i try to connect with php script it is not
> working!
> > please help me!
> >
> > Ivan
> >
> >
> > =====
> > Best Regards,
> >
> > Ivan Horvath
> >
> > Anyone who has never made a mistake has never
> tried anything new.
> >
> > /Albert Einstein/
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Sports - live college hoops coverage
> > http://sports.yahoo.com/
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
> >
>
>

=====
Best Regards,

Ivan Horvath

Anyone who has never made a mistake has never tried anything new.

/Albert Einstein/

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Gurudutt 2002-03-19 05:19:18 Fwd: [PHP Classes] Added a new class: PGSQL_Connection
Previous Message Devrim GUNDUZ 2002-03-18 15:29:42 Re: connecting from php