Saltar al contenido

cómo restablecer la contraseña de postgres ejemplo de código pgadmin

Ejemplo 1: restablecer las ventanas de contraseña de postgres

Backup the pg_hba.conf file by copying it.
Edit the pg_dba.conf, change `METHOD` to 'trust'
Restart the PostgreSQL server.
psql -U postgres.
ALTER USER postgres WITH PASSWORD 'new_password';
Restore the pg_dba.conf file.
Restart the PostgreSQL server.

Ejemplo 2: restablecer contraseña postgres ubuntu

password sde
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *