Re: PGAdmin

From: Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr>
To: Jillian Carroll <jillian(at)koskie(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PGAdmin
Date: 2002-04-10 17:16:08
Message-ID: Pine.LNX.4.44.0204102004350.25308-100000@oper.metu.edu.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)oper(dot)metu(dot)edu(dot)tr
devrim(dot)gunduz(at)linux(dot)org(dot)tr
devrimg(at)tr(dot)net

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

In response to

  • Re: PGAdmin at 2002-04-10 16:53:58 from Jillian Carroll

Browse pgsql-general by date

  From Date Subject
Next Message Michael Loftis 2002-04-10 17:51:06 Re: [HACKERS] [Fwd: AW: More UB-Tree patent information]
Previous Message Ian Harding 2002-04-10 17:08:48 Re: PGAdmin