Re: Conexión al local host del servidor

From: "Javier Carlos" <nediam(at)nediam(dot)com(dot)mx>
To: "Roberto Aguirre" <raguirre(at)infonegocio(dot)net(dot)pe>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Conexión al local host del servidor
Date: 2006-05-07 21:20:40
Message-ID: 62391.200.95.155.150.1147036840.squirrel@mail.nediam.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Reiniciaste el server despúes de hacer los cambios al pg_hba.conf?

Te estás tratando de conectar a tu localhost de qué manera:

a) psql -h 127.0.0.1 template1

b) psql template1

Si lo estás haciendo de la segunda manera, entonces también necesitas
agregar a tu pg_hba.con la siguiente línea:

local all all md5

Saludos,

Javier

> Hola gente, tengo un problema al conectarme al host para acceder a la
> base de datos...me sale el sgte error:
>
> could not connect to server: Connection refused(0x0000274D/10061) Is the
> server running on host
> "127.0.0.1" and accepeting TCP/IP connections on port 5432?
>
> El lugar donde van los rangos de IP en el pg_hba.conf lo tengo de la
> sgte manera
>
> # Put your actual configuration here
> # ----------------------------------
> #
> # If you want to allow non-local connections, you need to add more
> # "host" records. In that case you will also need to make PostgreSQL
> listen
> # on a non-local interface via the listen_addresses configuration
> parameter,
> # or via the -i or -h command line switches.
> #
>
>
>
> # TYPE DATABASE USER CIDR-ADDRESS
> Roberto dice:
> #IPv4 local connections:
> host all all 127.0.0.1/32 md5
> host all all 192.168.1.0/24 md5
>
> Roberto dice:
> # IPv6 local connections:
> #host all all ::1/128 md5
>
> POR FAVOR, q alguien me diga q puedo hacer para solucionar este
> problema.
>
>
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 3: si publicas/lees desde Usenet, por favor envía "subscribe-nomail"
> a majordomo(at)postgresql(dot)org para que tus mensajes puedan llegar
> a los suscriptores de la lista
>

-------------
nediam.com.mx

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Roberto Aguirre 2006-05-07 21:30:08 RE: [pgsql-es-ayuda] Conexión al local host del servidor
Previous Message Roberto Aguirre 2006-05-07 20:43:22 Conexión al local host del servidor