MAC 썸네일형 리스트형 [SQL] MongoDB - Installation Mac # Homebrew register tap $> brew tap mongodb/brew # Installation MongoDB $> brew install mongodb-community@4.4 # Register MongoDB Service $> brew services start mongodb-community@4.4 # Check process MongoDB Started $> ps aux | grep -v grep | grep mongod # Execute Mongo $> mongo # Setting mongoDB DB path $> mkdir ~/username/data/db $> mongod --dbpath=~/username/data/db Edit MongoDB dbpath $> v.. 더보기 이전 1 다음