Pgadmin access to Postgresql

Поиск
Список
Период
Сортировка
От Luciano Martin Galletti
Тема Pgadmin access to Postgresql
Дата
Msg-id DM3PR13MB0765A19769AC83F068D1BF43C53D0@DM3PR13MB0765.namprd13.prod.outlook.com
обсуждение исходный текст
Ответы Re: Pgadmin access to Postgresql  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Pgadmin access to Postgresql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general


i'm tryng to access to a db that is on a my server.

The port is 5432 open and accept tcp/ip connections.

Server doesn't listen
The server doesn't accept connections: the connection library reports 
could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "IP_OF_THE_SERVER" and accepting TCP/IP connections on port 5432? 

Do i have to set something in pg_hba.conf
to have access at the database from outside and from internet and not intranet?

this is the pg_hba.conf


/etc/postgresql/9.3/main/pg_hba.conf

# Database administrative login by Unix domain socket
local all postgres $

# TYPE DATABASE USER ADDRESS $

# "local" is for Unix domain socket connections only
local all all $
# IPv4 local connections:
host all all 127.0.0.1/32 $
# IPv6 local connections:
host all all ::1/128 $
# Allow replication connections from localhost, by a user with$
# replication privilege.
#local replication postgres $
#host replication postgres 127.0.0.1/32 $

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

Предыдущее
От: Derek Mahar
Дата:
Сообщение: PostgreSQL image for rkt on CoreOS
Следующее
От: arnaud gaboury
Дата:
Сообщение: Re: Broken after upgrade