Author: ssssss24
Date: 03-01-03 10:54
you can edit the file: postgresql.conf set tcpip_sock = true
===========
I had a question,can you help me?
look the case:
I create a db named [mydb].And create a user "mydb" for the database [mydb], I use the parameter "-i" startup the postgresql
server
(the file pg_hba.conf added this line:
host mydb mydb 192.168.0.178 255.255.255.0 trust).
at client , I use pgAdmin(for win) to connected the server,but it ask me:
"No pg_hba.conf entry for host 192.168.0.178,user mydb"
Thanks!!
|
|