From: | "Wolfgang Schedl" <wosforum(at)consult-it(dot)biz> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Cant connect to psql on winxp |
Date: | 2006-10-07 05:35:18 |
Message-ID: | 32968.62.178.153.212.1160199318.squirrel@webmail.consult-it.biz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello,
I have a postgresql-server 8.1 running on a winxp-server. I want to
connect with my ubuntu at home (in the end, it should work with a
ASP.net-program) to the db, but it fails to connect. The port is open - I
can prove this with a working telnet connection.
-----
user(at)pc:~$ telnet 83.xxx.xxx.xxx 5432
Trying 83.xxx.xxx.xxx...
Connected to 83.xxx.xxx.xxx.
Escape character is '^]'.
-----
The problem is, that the psql-connection fails.
-----
-----
My admin-tool for the pqsql-Server is pgadminIII. I tried to change the
pg_hba.conf and added a line with my IP-adress with the pgadminIII. The
line is correct in the pg_hba.conf.
-----
host all all 62.xxx.xxx.xxx md5
-----
In the config-file everything looks fine, but when I start
pgadminIII->Tools->Server Configuration->pg_hba.conf, it still doesn't
show this line. Could this be the problem or is it just a
pgadminIII-WinXP-bug?
Any ideas, how I could solve the problem?
Thanks
Mit freundlichen Grüssen / Best Regards
---------------------------------------
Wolfgang Schedl
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Radlowski | 2006-10-09 06:55:48 | Re: Cant connect to psql on winxp |
Previous Message | Bruno Wolff III | 2006-10-06 19:01:34 | Re: Disk space consumed by pk not returned after vacuum or |