Re: Newbie: connecting from windows to Linux: how-to?

Поиск
Список
Период
Сортировка
От Aaron Mulder
Тема Re: Newbie: connecting from windows to Linux: how-to?
Дата
Msg-id Pine.LNX.4.44.0210090709280.24044-100000@www.princetongames.org
обсуждение исходный текст
Ответ на Re: Newbie: connecting from windows to Linux: how-to?  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
Список pgsql-jdbc
On Wed, 9 Oct 2002, Jean-Christian Imbeault wrote:
> I did check that Pg is running with IP on ...
>
> $ netstat -an | grep 5432 | grep LISTEN
> unix  2      [ ACC ]     STREAM     LISTENING     1347   /tmp/.s.PGSQL.5432

    But this means it's *not* running with IP -- it's running with
UNIX sockets, which is how it handles non-network requests.  If you try
"telnet serverhostname 5432", I would expect you'd get a connection
refused message.

Aaron


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

Предыдущее
От: Jean-Christian Imbeault
Дата:
Сообщение: Re: Newbie: connecting from windows to Linux: how-to?
Следующее
От: Aaron Mulder
Дата:
Сообщение: Anoter JDBC Error