Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

some doubts



Good morning,
i´m trying to start the pgadmin, but i´m  finding this message:

An error has occured:
Could not connect to server: Connetction refused (0x0000274D/10061)
Is the server running on host 127.0.0.1 and accpeting TCP/IP connection on port 5432?

Ok, i went to the pg_hba.conf and i found:
# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
 
# IPv4 local connections:
host    all         all         127.0.0.1/32           md5
# IPv6 local connections:
#host    all         all         ::1/128               md5
 
so it´s ok, but i don´t know how to make sure that it´s accepting TCP/IP connection  on port 5432.

i´m using the Postgree in Windows XP.
 
regards,
 
João Carlos
CEPA do Brasil


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group