Re: cannot connect to database

From: Einar Karttunen <ekarttun(at)cs(dot)Helsinki(dot)FI>
To: Laurent GALAIS <lg(at)4js(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: cannot connect to database
Date: 2001-01-29 12:27:29
Message-ID: Pine.LNX.4.30.0101291424080.31813-100000@melkinpaasi.cs.Helsinki.FI
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, 29 Jan 2001, Laurent GALAIS wrote:
>
> psql problem_track :
> Connection to database 'problem_track' failed.
> FATAL 1: Database problem_track does not exist in pg_database
>
> Can someone help me and point me to my mistake
>
Does the database exist? Have you created it with createdb?
createdb problem_track
psql problem_track

If you have created the database check whether the files from the
database exist.

- Einar Karttunen

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Herb Pabst 2001-01-29 13:23:05 Re: Still lockin up...
Previous Message Laurent GALAIS 2001-01-29 12:16:29 cannot connect to database