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@comcast.net