Re:
От | Dave Page |
---|---|
Тема | Re: |
Дата | |
Msg-id | 03AF4E498C591348A42FC93DEA9661B8844C@mail.vale-housing.co.uk обсуждение исходный текст |
Ответ на | (tanysql <tanysql@chaska.unsaac.edu.pe>) |
Список | pgadmin-support |
> -----Original Message----- > From: Mukund Pate [mailto:patemukund@yahoo.com] > Sent: 04 September 2002 08:31 > To: pgadmin-support@postgresql.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.
В списке pgadmin-support по дате отправления: