Re: [GENERAL] conexão no windows 7

Поиск
Список
Период
Сортировка
От Diego Schulz
Тема Re: [GENERAL] conexão no windows 7
Дата
Msg-id CAOyrJeJ9=9HWk+Tb4x4oECu7bBTbSE-roQjJDF1n6ZtqmuuJLg@mail.gmail.com
обсуждение исходный текст
Ответ на conexão no windows 7  (vossistemas <vossistemas@ibest.com.br>)
Список pgsql-general
2012/2/15 vossistemas <vossistemas@ibest.com.br>
>
> Instalei o Postgresql 8.3 no windows 7 como servidor. Em uma estação com xp
> estou tentando me conectar e ocorre a seguinte mensagem: FATAL: no
> pg_hba.conf entry for host "192.168.1.51", user "Vilson", database
> "postgres", SSL off .
>
> No servidor com windows 7 está configurado:
> postgresql.conf: listen_addresses = '*'
>
> pg.hba.conf: host all all 192.168.1.0/24
>
> o ip do servidor : 192.168.1.48
> o ip da estação: 192.168.1.51
>
> da estação chamo o ip do servidor 192.168.1.48
>
> Já configurei em várias máquinas e não deu problema. Esta é a primeira vez
> que estou configurando no WINDOWS 7 ULTIMATE
>
> Vilson Zin
> VOS Software Ltda
>

Seems that you forgot the METHOD portion, usually 'md5':

#
host   all   all  192.168.1.0/24   md5
#                                           ^^^^^

Regards,

diego


>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/conexao-no-windows-7-tp5487197p5487197.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: How to recover data from cluster
Следующее
От: Marti Raudsepp
Дата:
Сообщение: Re: Check if backup is in progress