| From: | "Vikram Khurana" <vkhurana(at)mail(dot)nmfs(dot)hawaii(dot)edu> |
|---|---|
| To: | jm(dot)poure(at)freesurf(dot)fr |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: VMWare connection |
| Date: | 2002-08-26 20:21:29 |
| Message-ID: | 3D6A8DC9.3040605@mail.nmfs.hawaii.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
I did the 1st and 3rd ones. I guess in step you are referring to
tcp_socket? I did enable that.
However still can't connect
BTW, I can connect to Postgre using pgaccess...
Anything else I should try.
THanks for your time,
Vikram
Jean-Michel POURE wrote:
>Le Vendredi 23 Août 2002 21:49, Vikram Khurana a écrit :
>
>>I'll appreciate it if someone can point me to some HOWTO's on the web. I
>>couldn't find any on the archive for this mailing list or on Google.
>>
>
>You can read pgAdmin2 online help which includes PostgreSQL user manual.
>
>Basically, you need to :
>
>1) declare you client hosts in /var/lib/pgsql/data/pg_hba.conf
>For example, to be sure to connect, add:
>host all 192.168.0.0 255.255.255.0 trust
>
>2) enable "socket_connexion = true" in /var/lib/pgsql/data/postgresql.conf
>
>3) Don't forget to restart PostgreSQL service typing
>"service postgresql restart"
>
>Cheers,
>Jean-Michel
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vikram Khurana | 2002-08-26 20:23:55 | Re: VMWare connection |
| Previous Message | Dave Page | 2002-08-26 20:19:17 | Re: limiting the number of rows displayed |