Skip to content


Change PostgreSQL Password

From linux command prompt:

su - postgres
psql -d template1 -U postgres

alter user postgres with password 'postgres_password';
ctrl+d

Related posts:

  1. How to change MySQL Password
  2. Booting single mode using Grub/ Lilo

Posted in Knowledge Base.

Tagged with .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.