Re: [GENERAL] ERROR

From: Peter Mount <pgsqlgen(at)retep(dot)org(dot)uk>
To: Ricardo Romero <rromero(at)netfriendly(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] ERROR
Date: 1998-05-17 20:12:07
Message-ID: Pine.LNX.3.95.980517211109.11994A-100000@retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


k
On Sun, 17 May 1998, Ricardo Romero wrote:

> Hi.
>
> postgreSQL instaled since 15/may/98 on FreeBSD 2.2.5
>
> # su - pgsql
> $ postmaster -S

try:

$ postmaster -S -i

> $ createdb mydb

instead of createdb, try:

$ psql template1
...
template1> create database mydb;

> Connection to database 'template1' failed.
> connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
> createdb: database creation failed on mydb.
> $ createuser rromero
> Connection to database 'template1' failed.
> connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
> createuser: database access failed.
> $ destroydb mydb
> Connection to database 'template1' failed.
> connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
> destroydb: database destroy failed on mydb.
> $ psql
> Connection to database 'pgsql' failed.
> connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
> $
>
>
> Somebody help-me please ?????
>
>
> rromero(at)netserv(dot)com(dot)br
>
>

--
Peter T Mount peter(at)retep(dot)org(dot)uk or petermount(at)earthling(dot)net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

  • ERROR at 1998-05-17 15:30:18 from Ricardo Romero

Browse pgsql-general by date

  From Date Subject
Next Message Yogesh Bhanu 1998-05-18 03:49:46 dbengine problems
Previous Message Ricardo Romero 1998-05-17 15:30:18 ERROR