postgresql forgot password windows code example
Example 1: reset postgres password windows
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.
Example 2: How to reset forgotten postgresql password
could not change directory to "/root"
psql (9.1.11)
Type "help" for help.
postgres=
Enter new password:
Enter it again:
postgres=