![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have postgressQL installed on my desktop for a poker program I want to access that database using the aame program installed on my laptop over my wireless network. I was pointed to some instructions but they don't seem to work. I followed them to the letter and have disabled the desktops firewall ( no help ) and made sure the postgres directories are shared with permissions |
|
for everyone to read / write. |
|
But I haven't been able to make it work. |
#3
| |||
| |||
|
|
I have postgressQL installed on my desktop for a poker program I want to access that database using the aame program installed on my laptop over my wireless network. I was pointed to some instructions but they don't seem to work. I followed them to the letter and have disabled the desktops firewall ( no help ) and made sure the postgres directories are shared with permissions for everyone to read / write. But I haven't been able to make it work. Can someone point me to some good instructions on connecting to postres over a network for Windows 7 64 bit? |
#4
| |||
| |||
|
|
Arizona Willie <sclause (AT) npole (DOT) com> wrote: I have postgressQL installed on my desktop for a poker program I want to access that database using the aame program installed on my laptop over my wireless network. I was pointed to some instructions but they don't seem to work. I followed them to the letter and have disabled the desktops firewall ( no help ) and made sure the postgres directories are shared with permissions that's okay for everyone to read / write. that's wrong and a REALLY bad idea... But I haven't been able to make it work. You have to enable listen on tcp/ip for your network-interface (see postgresql.conf) and you need a proper entry for your remote host (or network) in your pg_hba.conf. Read the docs, available here: http://www.postgresql.org/docs/8.4/i...-hba-conf.html for more details. Andreas ==================== |
![]() |
| Thread Tools | |
| Display Modes | |
| |