LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sharing postgresql database (https://www.linuxquestions.org/questions/linux-newbie-8/sharing-postgresql-database-835732/)

manikandan_vs 10-01-2010 09:12 PM

sharing postgresql database
 
am using mandriva 2008
i developed one simple application using
cross platform = Qt3
Database = PostgreSQL

i want to share my database over peer to peer network.
server ip = 192.168.1.5
client ip = 192.168.1.6

now how to share data over those ip ?????

please help me .....

Tinkster 10-02-2010 02:30 PM

Two things to check:

a) generic connectivity for PostgreSQL
Which interfaces is it listening on? (check postgresql.conf)
b) which users on which machines have access rights
to which databases? (check pg_hba.conf)



Cheers,
Tink


All times are GMT -5. The time now is 10:52 AM.