- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 91字
- 2021-07-08 10:32:41
Confirming successful MongoDB installation
Now that MongoDB has been installed on your system, let's run a quick test to ensure everything is working properly.
Access a command line via your terminal program and execute the following command:
$ mongod --version db version v3.4.4 $ mongo --version MongoDB shell version v3.4.4
Assuming that your MongoDB installation was successful, you should see the version number that was installed as an output on the screen, right under the command you executed.
Your version numbers will most likely be more recent than those printed earlier.
推薦閱讀
- Vue.js設計與實現
- LabVIEW Graphical Programming Cookbook
- Microsoft Application Virtualization Cookbook
- Maven Build Customization
- Scala Design Patterns
- Learning Informatica PowerCenter 10.x(Second Edition)
- Mastering C# Concurrency
- Mastering Unity Shaders and Effects
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Flux Architecture
- UML 基礎與 Rose 建模案例(第3版)
- C語言程序設計
- Node Cookbook(Second Edition)
- OpenCV 3 Blueprints
- Mastering Concurrency in Python