From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
---|---|
To: | Richard Eng <richard(dot)eng(at)rogers(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Windows Vista not working |
Date: | 2007-07-09 17:33:14 |
Message-ID: | 4692715A.7030503@iol.ie |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 09/07/2007 16:49, Richard Eng wrote:
> First, every time I try ‘psql’ or ‘createdb’ in the command line, it
> says the password does not match user ‘richard’. I suppose this is
> because I’m logged in to Windows as ‘richard’. ‘richard’ is my Windows
> account (administrator) under which I installed postgreSQL.
Yes, that's exactly right. You have to specify the PostgreSQL user, NOT
the Windows user, as which to execute the command, since it involves a
connection to the database. You do this with the -U switch to psql or
createdb. - Read the documentation for full details.
> Does anyone know what the hell is going on??? Hasn’t anyone used
> postgreSQL under Vista?
I you have a look through the (reasonably recent) archives of this list,
you'll see that others have and do.... you might find something of help.
Ray.
---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
---------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Olsen | 2007-07-09 18:13:55 | dropdb ; createdb equivalent without createdb permission? |
Previous Message | Joshua D. Drake | 2007-07-09 16:20:40 | Re: Windows Vista not working |