postgres: the pasword specified was incorrent ...

postgres: the pasword specified was incorrent ...

在卸载了postgres后重新安装过程中,输入密码后提示: The password specified was incorrect. Please enter the correct password for the postgres windows user account. 

解决方法:
方法一:
计算机管理中的用户中删除用户postgres。

windows 7 的HOME无此界面,所以请用后续方法。

方法二:
命令提示符,运行net user postgres /del

有可能出现系统错误5,拒绝访问。请按以下方法。


方法三:
开始 -- 附件 -- 右击命令提示符,以管理员身份运行。
执行命令net user postgres /del

成功。


重新安装postgres即可。

你可能感兴趣的:(postgres: the pasword specified was incorrent ...)