Re:

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Mukund Pate" <patemukund(at)yahoo(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re:
Date: 2002-09-04 07:45:10
Message-ID: 03AF4E498C591348A42FC93DEA9661B8844C@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Mukund Pate [mailto:patemukund(at)yahoo(dot)com]
> Sent: 04 September 2002 08:31
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support]
>
>
> Hi,
> i am trying to conversion of ms-access data to
> postgresql so i use pgadmin tool to do this but i get
> the error when i try to connect
>
> no entry found in pg_hba.conf 877.28.78.54
> username=postgres database=sample.
> server ip address is - 877.28.78.50

Hi,

First problem, that is not a valid IP address.

> and i have installed the pgadmin on windows machine so
> i am trying to convert my ms-access database to
> postgresql on linux server.
>
> workstation ip address is - 877.28.78.54
> i have written the entry in the pg_hba.conf file like
> this
> host sample 877.28.78.50 255:255:0:0 postgres
> or
> host sample 877.28.78.50 255:255:0:0 postgres hello
> or
> host sample 877.28.78.50 255:255:0:0 trust

Try:

host dbname 877.28.78.54 255.255.255.255 trust

Or

host dbname 877.28.78.54 255.255.255.255 trust

But with a valid IP address.

Regards, Dave.

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2002-09-04 08:24:09 Re:
Previous Message Mukund Pate 2002-09-04 07:30:40