Knowledge Base - FAQ

Question: How do I change my PostgreSQL password?

Connect to server:

psql -h <servername> -U <username> <database name>

Do the following command:

ALTER USER <username> WITH ENCRYPTED PASSWORD 'mynewpassword';

Then quit with '\q'.

Last Modified: Jan 17, 2006


Kattare is Trustwave Certified and Safe Harbor Certified | Rated Safe For Kids by ICRA | All Rights Reserved Worldwide
Copyright © 1997 - 2012 Kättare Internet Services | Processed in 0.015 seconds by pyramid-06 in Corvallis, Oregon