본문 바로가기

여러가지/DBMS

[mongoDB] 설치 - Windows

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/

'여러가지 > DBMS' 카테고리의 다른 글

[mongoDB] 사용 방법  (0) 2024.07.15
[mongoDB] Linux 설치  (0) 2024.07.15
[MSSQL] CLI 설치  (0) 2024.06.21
[실습] 데이터베이스, 테이블, 트리거, 프로시저, 뷰  (0) 2024.05.27
[MariaDB] AUTO_INCREMENT  (0) 2024.05.27