Mongo/mongodb command not working and environment variable path is also set

I have done all things. I set the path variable to the bin and deleted and reinstalled MongoDB multiple times. but mongobd/mongo command is not working in my cmd.
rather mongod work perfectly. please help me to fix it.
image

1 Like

The mongo command line tool is no longer shipped with MongoDB version 6.0. This tool is deprecated and replaced by the new mongosh shell. This tool may have been installed depending on how you installed the MongoDB package. If it was not you can always download it.

5 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.