

T11:02:43.496+0530 I CONTROL Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify -sslDisabledProtocols 'none'

Mongo.exe is used to start Mongo Shell, while mongod.exe is used to run Mongo Server. Note that the program we are running is mongod.exe and not mongo.exe.

To start MongoDB Server in Windows, start Mongo Daemon (mongod.exe) using the following command: C:\> "C:\Program Files\MongoDB\Server\4.0\bin\mongod.exe" Assuming that you installed MongoDB Server with default options, especially the installation folder as C:\Program Files\MongoDB\Server\4.0. Inside this folder, you have the bin directory containing mongod.exe.Īlso assuming that the database path is: C:\data\db\
