Re: Unknown Host in pg_connect()
| От | PG Explorer |
|---|---|
| Тема | Re: Unknown Host in pg_connect() |
| Дата | |
| Msg-id | 002a01c1d345$929c3740$c80ba8c0@sabex.com обсуждение |
| Ответ на | Unknown Host in pg_connect() (Thorsten Haude <postgresql@thorstenhau.de>) |
| Ответы |
Re: Unknown Host in pg_connect()
|
| Список | pgsql-php |
Try Omitting host=localhost or start the postmaster with -i
$dbh = pg_connect("dbname=inventory, user=inventoryUser, password=secret");
http://www.pgexplorer.com
GUI tool for Postgres
----- Original Message -----
From: "Thorsten Haude" <postgresql@thorstenhau.de>
To: "PostgreSQL PHP ML" <pgsql-php@postgresql.org>
Sent: Sunday, March 24, 2002 2:41 PM
Subject: [PHP] Unknown Host in pg_connect()
> Hi,
>
> I'm trying to connect to PostgreSQL using pg_connect:
> $dbh = pg_connect("host=localhost, dbname=inventory, user=inventoryUser,
password=secret");
>
> However, I get an unknow host for localhost:
> - - - Schnipp - - -
> Warning: Unable to connect to PostgreSQL server: connectDBStart() --
> unknown hostname: localhost
> - - - Schnapp - - -
>
> gethostbyname() has no problems to resolve localhost.
>
> This is certainly an oversight on my part, but I couldn't find
> anything in the books or in the FAQ.
>
> tia,
> Thorsten
> --
> Death to all fanatics!
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
В списке pgsql-php по дате отправления: