Re: AYUDA CON LA INSTALACION DEL POSTGRESQL

From: ramirex <ramirex(at)gmail(dot)com>
To: Steph Frias <lero999(at)yahoo(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: AYUDA CON LA INSTALACION DEL POSTGRESQL
Date: 2005-06-13 02:12:09
Message-ID: e277a2b050612191238e10a15@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

activa primero a tu postgres....

una forma es

service postgresql start desde tu root

El 12/06/05, Steph Frias<lero999(at)yahoo(dot)com> escribió:
>
>
> Inicie la instalacion del PostgreSQL 7.3.10 como dice
> el install:
>
> ./configure
> gmake
> su
> gmake install
> adduser postgres
> mkdir /usr/local/pgsql/data
> chown postgres /usr/local/pgsql/data
> su - postgres
> /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
> /usr/local/pgsql/bin/postmaster -D
> /usr/local/pgsql/data >logfile 2>&1 &
> /usr/local/pgsql/bin/createdb test
> /usr/local/pgsql/bin/psql test
>
> Pero al llegar a la penultima linea me sale:
> [postgres(at)C41-13 postgres]$
> /usr/local/pgsql/bin/createdb test
> psql: could not connect to server: No existe el
> fichero o el directorio
> Is the server running locally and accepting
> connections on Unix domain socket
> "/tmp/.s.PGSQL.5432"?
> createdb: database creation failed
>
> Que es lo que debo hacer?
> TanX
>
> __________________________________
> Discover Yahoo!
> Find restaurants, movies, travel and more fun for the weekend. Check it out!
> http://discover.yahoo.com/weekend.html
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 10: visita nuestro canal de IRC #postgresql-es en irc.freenode.net
>

--
---ramirex---
[powered by Linux]
cochabamba-2005
congreso GNU-Linux

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Erik De leon 2005-06-13 05:09:08 como respaldar una bd de postgresql automaticamente en windows
Previous Message Steph Frias 2005-06-12 20:53:55 AYUDA CON LA INSTALACION DEL POSTGRESQL