How Using new created DB

Поиск
Список
Период
Сортировка
От LJJGIS
Тема How Using new created DB
Дата
Msg-id 3564598.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: How Using new created DB  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список 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.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Magnus Naeslund(k)"
Дата:
Сообщение: Re: Some pgbench results
Следующее
От: roman.motyka@gmail.com
Дата:
Сообщение: ADO.NET ExecuteReader returns no rows