APerfect10 wrote:Change those lines to:
- Code: Select all
# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.0.0/16 md5
# IPv6 local connections:
host all all ::1/128 md5
Thanks, Derek. At least I made some progress with these hints. I changed the lines and now I'm able to connect via the pgadmin3 interface from vmware to the linux postgresql database.
What still doesn't work is the connection via pokertracker. Whenever I try to convert my existing database to postgresql, I get the following error message:
- Code: Select all
error connecting to the default postgresql database.
101 - sqlstate = 08001
FATAL: passwort authentication for user "postgres" has failed
This could be because you have
1. entered the wrong username/password/server name/port.
2. Not started the postgresql database server
3. Not installed the postgresql ODBC driver
1. My userdata should be correct as I entered the same data as I entered in the pgadmin3 interface, which connected succesfully.
2. The server is definetely running
3. I installed this ODBC driver. http://www.pokertracker3.com/products/P ... bc_new.exe
Maybe it's not the right one?
What do you think causes this problem?