pg_hba.conf ---> problem??

Поиск
Список
Период
Сортировка
От Victor Sanchez2
Тема pg_hba.conf ---> problem??
Дата
Msg-id 1095976036.1816.7.camel@cris
обсуждение исходный текст
Ответы Re: pg_hba.conf ---> problem??
Re: pg_hba.conf ---> problem??
Список pgsql-jdbc
I use Debian. In one example (with user postgres) i obtain success:

sh-3.00$ psql -l
Listado de base de datos
Nombre | Dueño | Codificación
-----------+----------+--------------
mydb | postgres | SQL_ASCII
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
test | postgres | SQL_ASCII
(4 filas)

The problem appears when i use tora or pgaccess, i can't connect to db.
The message is:

  Unable to connect to the database.
  FATAL: IDENT authentication failed for user "portgres"

Who/where is the possible problem?

I try:
   user: postgres
   pass: "mypass"
   port: 5432
   localhost
   db: mydb

Any answer?




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

Предыдущее
От: Yi LIN
Дата:
Сообщение: Re: telnet to port 5432 failed
Следующее
От: Yi LIN
Дата:
Сообщение: Re: pg_hba.conf ---> problem??