public:postgresqlpermitirconexionesremotas
Diferencias
Muestra las diferencias entre dos versiones de la página.
| public:postgresqlpermitirconexionesremotas [2008/09/29 10:43] – created mperez | public:postgresqlpermitirconexionesremotas [2008/09/29 10:49] (actual) – Puesto el contenido mperez | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | ====== Permitir conexiones remotas en postgresql ====== | ||
| + | |||
| + | Para la versión de postgresql 8.*, editar el fichero ''/ | ||
| + | |||
| + | # | ||
| + | |||
| + | por: | ||
| + | |||
| + | listen_addresses = ' | ||
| + | |||
| + | En el fichero ''/ | ||
| + | |||
| + | host all all 0.0.0.0 0.0.0.0 passwd | ||
| + | |||
| + | que indicarían que cualquier usuario se puede conectar a cualquier base de datos desde cualquier ip mediante un password, o por ejemplo | ||
| + | |||
| + | host all usu1 0.0.0.0 0.0.0.0 passwd | ||
| + | |||
| + | en el que se restringe el acceso sólo al usuario '' | ||
| + | |||
| + | |||
public/postgresqlpermitirconexionesremotas.txt · Última modificación: por mperez
