problem accessing a database

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема problem accessing a database
Дата
Msg-id 200611031536.04906.fluca1978@infinito.it
обсуждение исходный текст
Ответы Re: problem accessing a database  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
Hi all,
I've got a database on a server that can be accessed thru the user wwwrun with
no password. Now I'd like to copy it on my laptop, so I created the wwwrun
(with no password) and thru pg_dump and pg_restore I copied the database on
the laptop. The problem is that on the latter I'm unable to log as wwwrun, I
got:
[luca@fluca:~]$ psql -U wwwrun
psql: FATAL:  Ident authentication failed for user "wwwrun"

What should I change on my laptop to get the database working?

Thanks,
Luca

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: I know the bad way...what is the good way?
Следующее
От: "redhog"
Дата:
Сообщение: Re: Counting records in a PL/pgsql cursor