Re: [GENERAL] ERROR

Peter Mount <pgsqlgen@retep.org.uk>

From: Peter Mount <pgsqlgen@retep.org.uk>
To: Ricardo Romero <rromero@netfriendly.com>
Cc: pgsql-general@postgresql.org
Date: 1998-05-17T20:12:07Z
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@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