Re: [GENERAL] How Using new created DB

2006-03-24 Thread Scott Marlowe
On Thu, 2006-03-23 at 20:18, LJJGIS wrote: > Connect to postgres with > > c:\>psql.exe -h localhost -p 5432 postgres "postgres" > > And then >postgres=# create database mydb > > Then I try to connect to "mydb" with > > C:\> psql mydb > After try many password, include postgres password

[GENERAL] How Using new created DB

2006-03-24 Thread LJJGIS
Connect to postgres with c:\>psql.exe -h localhost -p 5432 postgres "postgres" And then postgres=# create database mydb Then I try to connect to "mydb" with C:\> psql mydb After try many password, include postgres password and OS user password report ** psql: FATAL: password authentica