| From: | John DeSoi <desoi(at)pgedit(dot)com> |
|---|---|
| To: | "Stephen Choularton" <mail(at)bymouth(dot)com> |
| Cc: | <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: using psql |
| Date: | 2005-03-28 13:39:28 |
| Message-ID: | CEBBAB09-9F8E-11D9-A2EC-000A95B03262@pgedit.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
On Mar 27, 2005, at 3:40 PM, Stephen Choularton wrote:
> Bit more on my problem. The password I am after is to use psql.
>
>
>
> When I do the following – I don’t know the password:
>
>
>
> C:\Documents and Settings\Stephen>psql
>
> Password:
>
> psql: FATAL: password authentication failed for user "Stephen"
>
>
>
> is there an initial default password, or is there some file I can
> change. (Windows XP)
>
>
You can temporarily modify the pg_hba.conf file so that no password is
required. See
http://www.postgresql.org/docs/8.0/interactive/client-
authentication.html
There are examples in the file itself -- just change the authentication
method to 'trust' for 127.0.0.1.
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Virgile Beddok | 2005-03-28 15:52:21 | Re: [NOVICE] Function which gives back the |
| Previous Message | Costin Manda | 2005-03-28 11:27:10 | :(( VEEERRRRYYYY SLLLOOOWWWWWW! |