Table des matières
- Introduction
- Quelques remarques sur des versions
- Download
- L'installation
- Configurer MongoDB
- Exécuter MongoDB
- Commencer avec MongoDB
- Des outils de visualisation pour travailler avec MongoDB
- La base de données NoSQL (MongoDB)
- Annexe: La configuration de MongoDB en tant qu'un service Windows
- Appendix: Fix Error!
Installer la base de données MongoDB sur Windows
View more Tutorials:
- Introduction
- Quelques remarques sur des versions
- Download
- L'installation
- Configurer MongoDB
- Exécuter MongoDB
- Commencer avec MongoDB
- Des outils de visualisation pour travailler avec MongoDB
- La base de données NoSQL (MongoDB)
- Annexe: La configuration de MongoDB en tant qu'un service Windows
- Appendix: Fix Error!

-
MongoDB 3.6.0
MongoDB for Windows Server 2008 R2 edition (i.e. 2008R2) runs only on Windows Server 2008 R2, Windows 7 64-bit, and newer versions of Windows. This build takes advantage of recent enhancements to the Windows Platform and cannot operate on older versions of Windows.
MongoDB for Windows 64-bit runs on any 64-bit version of Windows newer than Windows XP, including Windows Server 2008 R2 and Windows 7 64-bit.
MongoDB for Windows 32-bit runs on any 32-bit version of Windows newer than Windows XP. 32-bit versions of MongoDB are only intended for older systems and for use in testing and development systems. 32-bit versions of MongoDB only support databases smaller than 2GB.
Note: MongoDB a 2 version, Community Server et Enterprice Server. Dont Community est la version gratuite, alors qu' Enterprice est la version commerciale, vous devez payer pour l'utiliser. Dans ce document, je vais vous guider d' installer et de configurer la version gratuite.













- D:/MongoStore
- data
- log
- config.txt

##store data dbpath=D:\MongoStore\data ##all output go here logpath=D:\MongoStore\log\mongo.log
cd C:\DevPrograms\MongoDB\bin

mongod.exe --config D:\MongoStore\config.txt

Si vous recevez l'erreur comme ci-dessous, voyez l'annexe à la fin de cet article.
![]()

Ouvrez un autre écran de CMD pour connecter avec Database. En réalité, vous avez besoin d'un outil virtuel mais essayez de commencer avec MongoDB à travers CMD.
cd C:\DevPrograms\MongoDB\bin



- TODO Link!
- TODO Link!


cd C:\DevPrograms\MongoDB\bin
mongod.exe --config D:\MongoStore\config.txt --install




net start MongoDB



