Re: initial password

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: initial password
Дата
Msg-id AANLkTikEkLwg8v9utD3jx8jM5Mis9uieX_fkcfsZpCgM@mail.gmail.com
обсуждение исходный текст
Ответ на initial password  (lee c <lcat45@gmail.com>)
Список pgsql-novice
On 16 July 2010 04:54, lee c <lcat45@gmail.com> wrote:
> Just installed on Ubuntu 10.04 and want to connect to a database but don't
> know the master password for postgre or how to what to do to get around
> this.....any help appreciated....have tried to install on other versions of
> Ubuntu and have always had the same problem
>

By default, the postgres user doesn't have a password.  It's not
generally advised to set a password for that user, but to instead set
up a user to log in as.  To do this, you'll need to become the
postgres user like so:

sudo su
<enter password>
su postgres
psql

That will get you connected to Postgres from which you can create your new role.

Alternatively, while the postgres user, try using createuser.

Regards

Thom

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

Предыдущее
От: lee c
Дата:
Сообщение: initial password
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Need help doing a CSV import