Re: QT3 Designer Pgadmin III and PgAccess Cannot connect to PostgreSQL 7.4 database

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: QT3 Designer Pgadmin III and PgAccess Cannot connect to PostgreSQL 7.4 database
Дата
Msg-id 58227A50-8FA0-11D9-A12B-000A95B03262@pgedit.com
обсуждение исходный текст
Ответ на QT3 Designer Pgadmin III and PgAccess Cannot connect to PostgreSQL 7.4 database  (NetSuporte <netsuporte@superig.com.br>)
Список pgsql-novice
On Mar 7, 2005, at 8:59 PM, NetSuporte wrote:

> I am using PostgreSQL 7.4 on a Linux machine, I have built a small DB
> and PqAdmin III and PgAccess both fail when I try to connect, the same
> error happens when trying to connect with QT3 I get the error "missing
> or erroneous pg-hba.conf file"

It seems you need to listen to the error and look at the pg-hpa.conf
file. It should be in the directory with your database. It has detailed
notes and examples in the comments.  If you want to trust all localhost
connections, maybe something like this (from the pg-hba.conf examples):

local   all         all
trust
# IPv4-style local connections:
host    all         all         127.0.0.1         255.255.255.255
trust

If that does not work, post the relevant part of your pg-hba.conf file.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: Getting started - Interfacing questions
Следующее
От: Afton & Ray Still
Дата:
Сообщение: Re: [ADMIN] PostgreSQL installation problem on Windows XP Home