| From: | Diego Schulz <dschulz(at)gmail(dot)com> |
|---|---|
| To: | vossistemas <vossistemas(at)ibest(dot)com(dot)br> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: [GENERAL] conexão no windows 7 |
| Date: | 2012-02-16 21:35:26 |
| Message-ID: | CAOyrJeJ9=9HWk+Tb4x4oECu7bBTbSE-roQjJDF1n6ZtqmuuJLg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
2012/2/15 vossistemas <vossistemas(at)ibest(dot)com(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marti Raudsepp | 2012-02-16 22:05:05 | Re: Check if backup is in progress |
| Previous Message | Adrian Klaver | 2012-02-16 19:41:51 | Re: How to recover data from cluster |