강의

멘토링

커뮤니티

Inflearn Community Q&A

hayun51804195's profile image
hayun51804195

asked

[Renewed] MongoDB and NoSQL (Big Data) Database Bootcamp for Beginners [From Introduction to Application] (Updated)

MongoDB Installation (Windows Environment) (Updated)

cmd에서 mongod

Written on

·

329

0

mongodb 설치 (윈도우 환경) (업데이트)

5:20

bin폴더 들어가서 mongod.exe 클릭하는것과

cmd에서 mongod 라고 치는 것과

같은 동작을 하나요?

pythonmongodbdbms/rdbms데이터-엔지니어링

Answer 1

0

funcoding님의 프로필 이미지
funcoding
Instructor

안녕하세요. 답변 도우미입니다.

네, 맞습니다. MongoDB의 mongod.exe를 직접 실행하는 것과 명령 프롬프트에서 mongod를 입력하여 실행하는 것은 동일한 동작을 수행합니다.

감사합니다.

hayun51804195's profile image
hayun51804195

asked

Ask a question