“Zresetuj Windows hasła PostgreSQL” Kod odpowiedzi

Jak zresetować zapomniane hasło PostgreSQL

# sudo -u postgres psql
could not change directory to "/root"
psql (9.1.11)
Type "help" for help.

postgres=# \password
Enter new password:
Enter it again:
postgres=# \q
Smiling Snake

Zresetuj Windows Postgres hasło

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.
David Diamant

Zresetuj Windows hasła PostgreSQL

pg_ctl -D "C:\Program Files\PostgreSQL\12\data" restart
Langage de code :  JavaScript  ( javascript )
Enthusiastic Eel

Odpowiedzi podobne do “Zresetuj Windows hasła PostgreSQL”

Pytania podobne do “Zresetuj Windows hasła PostgreSQL”

Więcej pokrewnych odpowiedzi na “Zresetuj Windows hasła PostgreSQL” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu