![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The file F:\PostgreSQL\8.0.0-beta4\data\pg_hba.conf contain : # TYPE DATABASE USER CIDR-ADDRESS METHOD local all all md5 # IPv4 local connections: host all all 127.0.0.1/32 md5 host all all 192.168.0.0/24 md5 # IPv6 local connections: #host all all ::1/128 md5 On the localhost (192.168.0.10) with pgAdmin III (1.20 RC2), I can't connect like localhost (localhost, beta4, pgsql-8.0.0-beta4, = 5432, template1, postgres, ****) but I can connect like an host (192.168.0.10, beta4, , 5432, template1, = postgres, ****) !? |
|
Before I split the data on an other disk I can connect as 'localhost'. |
#3
| |||
| |||
|
|
=?iso-8859-1?Q?Secr=E9tariat?= <ets (AT) rolland-fr (DOT) com> writes: The file F:\PostgreSQL\8.0.0-beta4\data\pg_hba.conf contain : # TYPE DATABASE USER CIDR-ADDRESS METHOD local all all md5 # IPv4 local connections: host all all 127.0.0.1/32 md5 host all all 192.168.0.0/24 md5 # IPv6 local connections: #host all all ::1/128 md5 On the localhost (192.168.0.10) with pgAdmin III (1.20 RC2), I can't connect like localhost (localhost, beta4, pgsql-8.0.0-beta4, = 5432, template1, postgres, ****) but I can connect like an host (192.168.0.10, beta4, , 5432, template1, = postgres, ****) !? What error message do you get exactly? Before I split the data on an other disk I can connect as 'localhost'. I wonder whether you got confused about which set of configuration files is being used. regards, tom lane |
#4
| |||
| |||
|
|
When I connect as localhost I obtain : "Error connecting to the server: couldnot connect to server: Connection refused (0x0000274d/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432 ?" |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
regards, tom lane Tom, |
![]() |
| Thread Tools | |
| Display Modes | |
| |