강의

멘토링

커뮤니티

Inflearn Community Q&A

marine2143's profile image
marine2143

asked

Node and React series that you can learn by following - Basic lecture

Node React Basics Lecture #3 Mongo DB Connection

몽고DB 접속 에러 관련

Written on

·

804

0

 

강좌를 그대로 복사하면 몽고 DB 접속이 안되서 혼자 방법을 찾아보다가 여기 글들을 보고 소소하게 나마 팁을 남겨봅니다!..

Choose connection method 할 당시에 "Include full driver code example" 을 누르면 uri를 넣고 뒤에 뭘 넣고 뭘 빼야될지 알 수 있습니다.

이건 아마 강좌를 언제 보시더라도 통용되는 방법일거라 생각해 추가로 올립니다

reactnodejs

Answer 1

0

MongoParseError: Protocol and host list are required in ~~~ 로 connect 오류가 나는 이유 : 비밀번호에 '@'가 들어간 경우로 %40으로 수정하면 실행됩니다. 

marine2143's profile image
marine2143

asked

Ask a question