| From: | LJJGIS <ljjgis(at)yahoo(dot)com(dot)cn> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | How Using new created DB |
| Date: | 2006-03-24 02:18:51 |
| Message-ID: | 3564598.post@talk.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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 authentication failed for user
"Administrator" **
OR
C:\>psql -h localhost -p 5432 mydb "mydb"
After try many password, include postgres password and OS user password
report ** psql: FATAL: password authentication failed for user "mydb" **
Could someone here help to illustrate how to connect to a newly created
database
--
View this message in context: http://www.nabble.com/How-Using-new-created-DB-t1334225.html#a3564598
Sent from the PostgreSQL - general forum at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Steve Atkins | 2006-03-24 06:10:31 | Parallel sequential scans |
| Previous Message | Just Someone | 2006-03-24 01:53:26 | Re: Some pgbench results |