반응형

MongoDB 설치.

- 아래 링크를 통해 MongoDB 사이트 접속.

 

https://www.mongodb.com/

 

The most popular database for modern apps

We're the creators of MongoDB, the most popular database for modern apps, and MongoDB Atlas, the global cloud database on AWS, Azure, and GCP. Easily organize, use, and enrich data — in real time, anywhere.

www.mongodb.com

 

- 왼쪽 위 메뉴의 Software >> Community Server 선택.

- Platform (Windows), Package (msi : 설치파일) 선택하고 Download

아래와 같은 화면이 나오면서 프로그램이 다운로드 된다.

- 다운로드한 MongoDB 설치.

- Next를 하면서 아래 메뉴에서 Custom 으로 설정.

- 사용하기 편하도록 Data Directory, Log Directory를 변경해 준다.

- Install MongoDB Compass는 설치하지 않도록 체크 해제

이상하게 내 PC에서는 'MongoDB Server (MongoDB)' start 가 실패했다.

Ignore를 하고 설치 진행했다.

- 서버는 실행되지 않았지만 설치는 완료되었다. Finish button.

MongoDB가 설치된 경로에서 mongo.exe를 실행시키면 아래와 같이 에러가 발생한다.

connect failed.

mongod --dbpath d:\MongoDB\Data

위 명령으로 DB path를 지정하면서 server를 실행시킨다.

다른 command 창을 열어서 mongo.exe를 실행시키면 연결이 된다.

주의) server를 실행시킨 위의 창을 닫으면 mongo.exe를 실행시켜도 server가 종료되어서 connect fail 이 된다.

윈도우 커맨드 상태로 나오려면 ctrl + C 를 한다.

728x90
반응형

'공부 > Python' 카테고리의 다른 글

220112 wxPython 설치  (0) 2022.01.13
201007 남박사 강좌 쥬피터 노트북 사용법  (0) 2020.10.07
200816 MongoDB를 위한 Robo 3T 설치  (0) 2020.09.16
200816 MongoDB를 위한 Robo 3T 설치  (0) 2020.09.01
200816 MongoDB 설치  (0) 2020.08.31

+ Recent posts