Persistence with MongoDB and Mongoose https://github.com/azat-co/practicalnode/blob/master/chapter5/chapter5.md 学习mongodb的官方网站: https://university.mongodb.com/ (免费课程,-> study guide,-> exam) https://docs.mongodb.com/manual/tutorial/getting-started/ M…
MongoDB Manually config macOS 10.15.x path error exception in initAndListen: NonExistentPath: Data directory /data/db not found. Create the missing directory or specify another path using (1) the --dbpath command line option, or (2) by adding the 'st…
after upgrade macOS Catalina bugs 升级了macOS catalina后,碰到的 bugs? macOS 10.15.5 https://www.apple.com/macos/catalina/features/ Dedicated system volume macOS Catalina runs in a dedicated, read-only system volume - which means it is completely separate fr…
how to stop MongoDB from the command line stop mongod https://docs.mongodb.com/manual/tutorial/manage-mongodb-processes/#stop-mongod-processes # start # server $ mongod --dbpath /System/Volumes/Data/data/db # stop $ mongod --shutdown # Ctrl + C # kil…
Update Homebrew’s package database. In a system shell, issue the following command: brew update 2 Install MongoDB. You can install MongoDB via brew with several different options. Use one of the following operations: Install the MongoDB Binaries To i…