nosql2 mongo db 클러스터와 연결하기 1. IP 주소 추가하기 Mongo DB의 클러스터와 연결하려면 Network Access 설정을 해줘야 한다. 현재 사용하는 IP주소만 해당 DB에 접근이 가능하도록 추가해줄 필요가 있다. includes your current IP address 를 통해서 현재 내 IP만 추가해주면 된다. 2. MongoDB Compass 설치하기 각자 버전에 맞게 MongoDB Compass를 설치해주면 된다. www.mongodb.com/try/download/compass MongoDB Compass Download MongoDB Compass, the GUI for MongoDB, is the easiest way to explore and manipulate your data. Download for fre.. 2021. 4. 26. Mongo DB 사용하기 - window 10 Mongo DB를 설치하고, 사용하는 과정에 대해 알아보자. 1. Mongo DB 설치 먼저, 구글에서 MongoDB Server Download를 검색해준다. www.mongodb.com/try/download/community MongoDB Community Download Download the Community version of MongoDB's non-relational database server from MongoDB's download center. www.mongodb.com 필자는 4.4.5버전을 다운로드 받았다. 이후 next만 눌러주면서 설치하면 된다. (따로 건드릴 것이 없다) 2. 환경 변수 등록하기 이제 cmd에서 mongo를 쉽게 사용할 수 있도록, 환경 변수를 지정해주자... 2021. 4. 26. 이전 1 다음 반응형