Spicy Tuna Sushi
본문 바로가기
정보

몽고DB 설치하기/mongo.exe 파일 없음 해결(6.0버전)

by 말린malin 2022. 9. 4.

1. 설치 링크(9/4 기준 6.0 버전)

www.mongodb.com/try/download/enterprise

 

MongoDB Enterprise Server Download

Download MongoDB Enterprise Server, which provides advanced security and performance options for the most demanding apps. Use for free for development.

www.mongodb.com

설치는 따라가면 되고,

Compass도 사용할 것이기 때문에 체크한 것 그대로 넘어갔다.

 

2. 환경변수 설정하기

 

3. mongo.exe가 없음

 

설정하고 cmd창에 mongod를 치면 뭐가 와글와글 뜨는 것을 확인할 수 있다.

그런데 다른 블로그에서 안내하는 것처럼 mongo를 치면 없다고 뜬다.

당연하다. 그 경로에는 mongo.exe가 없다.

결론적으로 mongosh를 깔아야 한다. 몽고DB 쉘이다.

https://www.mongodb.com/try/download/shell?jmp=docs 

 

MongoDB Shell Download

The MongoDB Shell is a modern command-line experience, full with features to make it easier to work with your database. Free download. Try now!

www.mongodb.com

mongosh를 실행하여,

use db이름 등 기본적인 명령어를 테스트해 본다.

댓글