Обсуждение: help with remote management through pgAdmin III

Поиск
Список
Период
Сортировка

help with remote management through pgAdmin III

От
Roberto Santini
Дата:
Hi everybody,
I have a problem with remote management in pgAdmin III. I have a PostgreSQL Server on a PC in the LAN and I want mange it through another PC of the same LAN, but when I try to connect at the PostgreSQL Server through pgAdmin III this error is shown me:
2005-03-23 19:07:44 ERROR  : Error connecting to the server: could not connect to server: Connection refused (0x0000274D/10061)
    Is the server running on host "192.168.0.1" and accepting
    TCP/IP connections on port 5432?

The server is running because if I try to connect through the same server all works. I don't understand what I have wrong.

Thanks to everybody and excuse my bad English.
King regards,
Roberto Santini.

Re: help with remote management through pgAdmin

От
Andreas Pflug
Дата:
Roberto Santini wrote:
> Hi everybody,
> I have a problem with remote management in pgAdmin III. I have a 
> PostgreSQL Server on a PC in the LAN and I want mange it through another 
> PC of the same LAN, but when I try to connect at the PostgreSQL Server 
> through pgAdmin III this error is shown me:
> 2005-03-23 19:07:44 ERROR  : Error connecting to the server: could not 
> connect to server: Connection refused (0x0000274D/10061)
>     Is the server running on host "192.168.0.1" and accepting
>     TCP/IP connections on port 5432?


The server is either not running on the host or not accepting 
connections on 192.168.0.1, the error message is very precise.
Check listen_addresses in postgresql.conf.

Regards,
Andreas