Re: Error Connection refused (0x0000274D/10061)

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "Dante Ariel C(dot)" <dante(dot)kameleon(at)gmail(dot)com>
Subject: Re: Error Connection refused (0x0000274D/10061)
Date: 2009-03-09 20:16:42
Message-ID: 200903091316.42918.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 09 March 2009 12:37:10 pm Dante Ariel C. wrote:
> hola he estado tratando de solucionar este problema:
>
> Luego de tratar de testear la base de datos con este comando:
>
> C:\PostgreSQL\8.3\bin>psql -d testdb -U postgres
>
> Me sale este error
>
> psql: no se pudo conectar con el servidor: Connection refused
> (0x0000274D/10061)
> ¿Está el servidor en ejecución en el servidor «???» y aceptando
> conexiones TCP/IP en el puerto 5432
>
> en el archivo pg_hba tengo
> host all all 0.0.0.0/0 trust

Did you do pg_ctl reload after changing the above?
Is there another line above this that matches? The first line that matches
defines the connection.

>
> y en el postgresql
>
> listen_addresses = '*'
> port = 5432
> max_connections = 100

Did you pg_ctl restart after changing above?

>
> Agradecería alguien me ayude a solucionar el problema
> ya que buscando en Internet he visto un montón de gente que pregunta eso,
> (debe ser mi bendita maldición de que siempre me salen error muy muy raros)
>
> By Dante Ariel

--
Adrian Klaver
aklaver(at)comcast(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Vercellotti 2009-03-09 20:55:53 Bundling PostgreSQL with an application
Previous Message Mike Charnoky 2009-03-09 19:55:46 intermittant performance problem