여러가지/DBMS

[mongoDB] 설치 - Windows

15June 2024. 7. 15. 10:22

Step 1. mongoDB 설치

URL : https://www.mongodb.com/try/download/enterprise

 

Try MongoDB Enterprise Advanced

Try MongoDB Enterprise Advanced on premise non-relational database including the Enterprise Server, Ops Manager, and Enterprise Kubernetes Operator!

www.mongodb.com

※ [V] Install MongoDB Compass

 

Step 2. 시스템 환경 변수 편집

(경로) 시스템 환경 변수 편집 > 환경 변수 > (Path)  편집 > 새로 만들기 : C:\Program Files\MongoDB\Server\7.0\bin

 

Step 3. 설치 확인

(방법 1) (CMD) mongod --version

 

(방법 2) (웹브라우저) http://localhost:27017/