Monday, August 24, 2015

PostgreSQL: Change the password Postgres user postgres

On PostgreSQL local server, open pgAdmin III, open a new SQL query and excecute this:
 
ALTER USER Postgres WITH PASSWORD '<<newpassword>>';

No comments:

Post a Comment