Re: PGAdmin

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема Re: PGAdmin
Дата
Msg-id Pine.LNX.4.44.0204102004350.25308-100000@oper.metu.edu.tr
обсуждение исходный текст
Ответ на Re: PGAdmin  ("Jillian Carroll" <jillian@koskie.com>)
Список pgsql-general
Hi Jillian,

On Wed, 10 Apr 2002, Jillian Carroll wrote:

>
> I'm getting the error:
>
> no pg_hba.conf entry for host (IP), user (user), database (db)
>
> I'm new to this and not really sure where to begin with this file...
>


As written in the error message, you must add your ip in pg_hba.conf
(PostGresql Host Based Authentication.CONFiguration file) .

Say your ip is : 333.333.333.333, and db_name impiles the name of your
db ;)

A typical line which would not ask for a password would be:

host db_name 333.333.333.333 255.255.255.255 trust

http://www.ca.postgresql.org/users-lounge/docs/7.2/admin-7.2-A4.pdf
Chapter 4 / Section 4.1 (as far as I remember)

This will help you.

Best regards,


Devrim GUNDUZ

devrim@oper.metu.edu.tr
devrim.gunduz@linux.org.tr
devrimg@tr.net

Web : http://devrim.oper.metu.edu.tr
------------------------------------------------------------------



В списке pgsql-general по дате отправления:

Предыдущее
От: "Ian Harding"
Дата:
Сообщение: Re: PGAdmin
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ora2pg fails on LONG object access in Catalog