Help with pg_connect() command.

Поиск
Список
Период
Сортировка
От Steve Kershaw
Тема Help with pg_connect() command.
Дата
Msg-id 20030510232054.46709.qmail@web12101.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Help with pg_connect() command.  (Riza Fahmi <riza.fahmi@myrealbox.com>)
Список pgsql-novice
Hello,

I'm having problems connecting to a postgre database
from my PHP code. The code I'm using is:

  $conn = pg_connect("host=localhost port=5432
dbname=movies ")
  or die("Couldn't make a connection");

And the warning message I get is:

Warning: pg_connect() unable to connect to PostgreSQL
server: could not connect to server: Connection
refused Is the server running on host localhost and
accepting TCP/IP connections on port 5432? in
/var/www/html/testpostgre.php on line 11
Couldn't make a connection

Am I missing anything here? Thanks in advance for your
help.

Steve


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


В списке pgsql-novice по дате отправления:

Предыдущее
От: Terence Ng
Дата:
Сообщение: Multilingual database
Следующее
От: Terence Ng
Дата:
Сообщение: Re: [ADMIN] Multilingual database