Lynob
Lynob

Reputation: 5347

How to change postgresql superuser password on windows xp

I want to change postgresql superuser password on windows xp because I forgot what it is. I have changed it last year but forgot how to do it! :D just can't remember :) somewhere (in my computer or cpanel or somewhere) i deleted the superuser and everything worked! i forgot where is that :D

Upvotes: 0

Views: 5166

Answers (2)

Halfwarr
Halfwarr

Reputation: 8123

  • Right Click on my computer;
  • Select Manage;
  • Click on local users and groups;
  • Then users;
  • Right click on the username;
  • Select Set Password;

Upvotes: 1

John P
John P

Reputation: 15245

I'm not on Windows myself, but this has helped some. From the command line try this:

net user postgres postgres

Hope this will help.

Upvotes: 4

Related Questions