brew update
brew tap mongodb/brew brew install [email protected]
brew services start [email protected]
MongoDB 관련 파일 경로
실행
mongo
service mongod start service mongod stop
연결상태 확인
db.serverStatus().connections
DB 생성
use databaseName
databaseName