Re: cannot access postgresql 7.3 via pgadmin III

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: cannot access postgresql 7.3 via pgadmin III
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490E076@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на cannot access postgresql 7.3 via pgadmin III  ("Amit Sharma" <amit.sharma@wificom.com>)
Список pgadmin-support

> -----Original Message-----
> From: Amit Sharma [mailto:amit.sharma@wificom.com]
> Sent: 24 May 2005 13:38
> To: Dave Page; pgadmin-support@postgresql.org
> Subject: RE: [pgadmin-support] cannot access postgresql 7.3
> via pgadmin III
>
> Hi Dave,
>
> Yeah the output of select * from pg_user; returns two values.
>
> 1. root (usesysid - 100)with some password in encrypted form
> 2. postgres (usesysid - 1) with password in encrypted form
>
> What is the password of the user postgres???, so i can try to
> connect via
> this one and check.

I have no idea - it's your system :-)

Try setting the password using ALTER USER root WITH PASSWORD 'password';
(http://www.postgresql.org/docs/8.0/interactive/sql-alteruser.html).  My
guess is that no password is currently set, so you cannot login remotely
because one is required.

BTW, you might want to change the password entries in pg_hba.conf to md5
as well - this will prevent plain text passwords being sent over the
wire.

Regards, Dave


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

Предыдущее
От: "Amit Sharma"
Дата:
Сообщение: Re: cannot access postgresql 7.3 via pgadmin III
Следующее
От: "Amit Sharma"
Дата:
Сообщение: Re: cannot access postgresql 7.3 via pgadmin III