Re: Install as program

"Merlin Moncure" <[email protected]> Thu, 12 May 2005 09:48:52 -0400
Newsgroups gmane.comp.db.postgresql.devel.win32
Message-ID <[email protected]>
> When PostgreSQL is installed as a program,
> the install does not ask for a user name or password.

The .msi installer prompts you for the root account name and password
(usually postgres).  Logging onto the database is possible without a
password if the terminal you are logging in from (127.0.0.1) uses the
'trust' authentication method in pg_hba.conf.  Open this file and read
it over until you understand it completely.
 
> How does someone connect to the Database Server,
> without a user name or password,
> especially, if the database server has no accounts?


The database is always installed with an account. I'd suggest going
through the install process once again...don't confuse the database root
account with the NT user account the database runs under.  

Merlin

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [email protected] so that your
      message can get through to the mailing list cleanly