I have downloaded mongosh and it is working just fine, I even use it instead of the default IDE provided by the MongoDB courses when each chapter ends.
Regarding mongos, what you said raises another question about the list of config servers, because I tried the command --configdb and after that the path to the mongos.exe file.
$ mongos --configdb “C:\Program Files\MongoDB\Server\6.0\bin\mongos.exe”
This prints out:
FailedToParse: Did not consume whole string.
Am I doing something wrong?
And If so, could you explain what exactly you mean about list of config servers. I searched it a bit and still couldn’t understand.