Re: password

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: password
Дата
Msg-id 4D61FBB6.1030203@hogranch.com
обсуждение исходный текст
Ответ на Re: password  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
Список pgsql-general
On 02/20/11 9:15 PM, Sachin Srivastava wrote:
> In case you dont remember the password you set for user 'postgres'
> then you can change the same via "Right Click My
> Computer"-->"Manage"-> Users..

note that if you change it here, you also need to change it in the
postgres service descriptor, in Control Panel->Administration
Tools->Services


when you initially connect to postgres wtih psql or pgadmin-III, specify
the user as `postgres` and then once connected,

     CREATE USER yourname WITH PASSWORD 'somepass' createdb createrole;

and this will create a SQL account for you with that sql password, and
give this user permission to create databases and roles (users).



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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: multiple tables as a foreign key
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: problematic view definition