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 ?????
> 
> 
> [EMAIL PROTECTED]
> 
> 

-- 
Peter T Mount [EMAIL PROTECTED] or [EMAIL PROTECTED]
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: [EMAIL PROTECTED]



Reply via email to