RV: instalacion del PHPPGADMIN

From: Sonia Perez Peña <Sonia(at)citmatel(dot)inf(dot)cu>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: RV: instalacion del PHPPGADMIN
Date: 2008-04-04 14:58:03
Message-ID: 016BF55FFBB5F2459675BDD00BD96245B17B48@mailserver.citmatel.inf.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-es-ayuda

De: Sonia Perez Peña
Enviado el: viernes, 04 de abril de 2008 9:31
Para: 'pgsql-es-ayuda(at)postgresql(dot)org'
Asunto: instalacion del PHPPGADMIN

Al fin pude bajar algo para administrar postgres desde FEDORA

Hola amigosL

Alguien me puede decir por que no me puedo conectar, les cuento que ya lo logre desde Windows, aquí le envio el config, también cambie el password de postgres , es decir que la contraseña esta bien.

$conf['servers'][0]['desc'] = 'PostgreSQL';

// Hostname or IP address for server. Use '' for UNIX domain socket.

$conf['servers'][0]['host'] = 'localhost';

// Database port on server (5432 is the PostgreSQL default)

$conf['servers'][0]['port'] = 5432;

// Change the default database only if you cannot connect to template1

$conf['servers'][0]['defaultdb'] = 'template1';

// Specify the path to the database dump utilities for this server.

// You can set these to '' if no dumper is available.

$conf['servers'][0]['pg_dump_path'] = '/usr/bin/pg_dump';

$conf['servers'][0]['pg_dumpall_path'] = '/usr/bin/pg_dumpall';

$conf['extra_login_security'] = false;

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Shane Ambler 2008-04-04 17:17:40 Re: store different tables in different locations
Previous Message Marc Cousin 2008-04-04 13:21:52 Re: cannot restore a view after a dump

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message William Diaz Pabón 2008-04-04 15:11:34 Modificar el nombre de la constaint de una primary key
Previous Message Sonia Perez Peña 2008-04-04 14:41:26 instalacion del PHPPGADMIN