Re: [GENERAL] ERROR - Mailing list pgsql-general

From Peter Mount
Subject Re: [GENERAL] ERROR
Date
Msg-id Pine.LNX.3.95.980517211109.11994A-100000@retep.org.uk
Whole thread Raw
In response to ERROR  (Ricardo Romero <rromero@netfriendly.com>)
List 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@netserv.com.br
>
>

--
Peter T Mount peter@retep.org.uk or petermount@earthling.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@maidstone.gov.uk



pgsql-general by date:

Previous
From: Ricardo Romero
Date:
Subject: ERROR
Next
From: Yogesh Bhanu
Date:
Subject: dbengine problems