mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2026-04-01 20:12:19 +02:00
fix MongoDB error
This commit is contained in:
BIN
MongoDB/mongod.exe
Normal file
BIN
MongoDB/mongod.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongod.exe_472203.bak
Normal file
BIN
MongoDB/mongod.exe_472203.bak
Normal file
Binary file not shown.
28
MongoDB/mongodb.bat
Normal file
28
MongoDB/mongodb.bat
Normal file
@@ -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
|
||||||
BIN
MongoDB/mongodump.exe
Normal file
BIN
MongoDB/mongodump.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongoexport.exe
Normal file
BIN
MongoDB/mongoexport.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongofiles.exe
Normal file
BIN
MongoDB/mongofiles.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongoimport.exe
Normal file
BIN
MongoDB/mongoimport.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongorestore.exe
Normal file
BIN
MongoDB/mongorestore.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongos.exe
Normal file
BIN
MongoDB/mongos.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongostat.exe
Normal file
BIN
MongoDB/mongostat.exe
Normal file
Binary file not shown.
BIN
MongoDB/mongotop.exe
Normal file
BIN
MongoDB/mongotop.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user