diff --git a/MongoDB/mongod.exe b/MongoDB/mongod.exe new file mode 100644 index 0000000..7e7bad2 Binary files /dev/null and b/MongoDB/mongod.exe differ diff --git a/MongoDB/mongod.exe_472203.bak b/MongoDB/mongod.exe_472203.bak new file mode 100644 index 0000000..7e7bad2 Binary files /dev/null and b/MongoDB/mongod.exe_472203.bak differ diff --git a/MongoDB/mongodb.bat b/MongoDB/mongodb.bat new file mode 100644 index 0000000..f1efe0f --- /dev/null +++ b/MongoDB/mongodb.bat @@ -0,0 +1,28 @@ +@echo off +color 6 +SET NAME=MongoDB +TITLE %NAME% +REM COLOR C +set mod=%1 + +cls +echo Name: MongoDB Community Server +echo Version: v4.2.7 Windows x64 +echo Package: Portable (.zip) +echo Source URL: https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.7.zip +echo. +echo -------------------- +echo. +echo IMPORTANT NOTES: +echo. +echo -------------------- +echo. +echo - Update the MongoDB software whenever there is a new release. +echo - NEVER open the MongoDB server port (27017 TCP) to the internet! It's NOT required and will get you hacked! +echo - When sharing these files, EMPTY the 'data' folder! All data is automatically rebuilt upon server launch. +echo. +cls + +mongod --dbpath data --port 27017 + +ping 127.0.0.1>nul -n 5 \ No newline at end of file diff --git a/MongoDB/mongodump.exe b/MongoDB/mongodump.exe new file mode 100644 index 0000000..7606ff2 Binary files /dev/null and b/MongoDB/mongodump.exe differ diff --git a/MongoDB/mongoexport.exe b/MongoDB/mongoexport.exe new file mode 100644 index 0000000..ff58a5e Binary files /dev/null and b/MongoDB/mongoexport.exe differ diff --git a/MongoDB/mongofiles.exe b/MongoDB/mongofiles.exe new file mode 100644 index 0000000..734c7ce Binary files /dev/null and b/MongoDB/mongofiles.exe differ diff --git a/MongoDB/mongoimport.exe b/MongoDB/mongoimport.exe new file mode 100644 index 0000000..fdae4b1 Binary files /dev/null and b/MongoDB/mongoimport.exe differ diff --git a/MongoDB/mongorestore.exe b/MongoDB/mongorestore.exe new file mode 100644 index 0000000..64a50ab Binary files /dev/null and b/MongoDB/mongorestore.exe differ diff --git a/MongoDB/mongos.exe b/MongoDB/mongos.exe new file mode 100644 index 0000000..96734cb Binary files /dev/null and b/MongoDB/mongos.exe differ diff --git a/MongoDB/mongostat.exe b/MongoDB/mongostat.exe new file mode 100644 index 0000000..eb70c07 Binary files /dev/null and b/MongoDB/mongostat.exe differ diff --git a/MongoDB/mongotop.exe b/MongoDB/mongotop.exe new file mode 100644 index 0000000..c89597a Binary files /dev/null and b/MongoDB/mongotop.exe differ