강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

[Code Factory] [Beginner] NestJS REST API Backend Complete Conquest Master Class - NestJS Core

Using the Postgresql Explorer in VSC

docker로 올린 postgresql이 authentication failed만 떠요. 깃에서 가져와도 같은 현

Resolved

Written on

·

478

0

스크린샷 2023-11-05 051131.png컨테이너 올라온 것도 확인했구요.

내부로 접속을해서 alter로 비번을 재설정해도 같은 현상이 지속되네요;

스크린샷 2023-11-05 051131.png스크린샷 2023-11-05 051131.png

javascripttypescriptrest-apinestjsbackend

Answer 2

0

codefactory님의 프로필 이미지
codefactory
Instructor

안녕하세요!

해결하셔서 다행입니다.

감사합니다!

0

문제 해결됐습니다.

netstat -ano

위와 같은 명령으로 해당 포트에 대한 pid를 찾은 후

taskkill /f /pid [pid번호]

위와 같은 명령을 하니까 해결됐습니다.

No author

This post's author information has been deleted.

Ask a question