2010년 5월 11일 화요일

재설치시 "The password specified was incorrect. Please enter the correct password for the postgres windows user account." 에러 발생 하는 경우

비밀번호를 잊어 버려서 지우고 다시 설치 하는 경우...

 

The password specified was incorrect. Please enter the correct password for the postgres windows user account.

 

와 같은 에러 발생 시

 

실행 -> cmd

입력하여 MS-DOS 창을 띄워서 다음과 같이 입력하여 계정 정보를 삭제 합니다.

 

 

net user postgres /delete             //계정삭제

net user postgres 1234 /add            //계정 추가

 

 

 

댓글 없음:

댓글 쓰기