Install postgresql91
#yum install postgresql91-server postgresql91-contrib
#service postgresql-9.1 initdb
#chkconfig postgresql-9.1 on
#service postgresql-9.1 start
--- Actualizar BD e comando Locate para ubicar la carpeta de instalación:
#updateBD
#locate hba.conf
#locate postgresql.conf
--- Aceptar conexiones remotas:
#vi pg_hba.conf
host all all all trust
#vi postgresql.conf
listen_addresses = '*'
#service postgresql-9.1 restart
-- Usuario y clave por defecto de PostgreSQl: prostgres/[sin clave]
#service postgresql-9.1 initdb
#chkconfig postgresql-9.1 on
#service postgresql-9.1 start
--- Actualizar BD e comando Locate para ubicar la carpeta de instalación:
#updateBD
#locate hba.conf
#locate postgresql.conf
--- Aceptar conexiones remotas:
#vi pg_hba.conf
host all all all trust
#vi postgresql.conf
listen_addresses = '*'
#service postgresql-9.1 restart
-- Usuario y clave por defecto de PostgreSQl: prostgres/[sin clave]
Comentarios
Publicar un comentario
Incluye información que aporte al tema