Starting the Mongosh Client on a Macbook Pro M1

Start up terminal window

  • Make sure mongodb is installed in the terminal (ask if you don’t know how to go about this)
  • Type the following command;
    $ mongosh

does not start the MongoDB server as the title of the post indicates. It starts the mongosh client. And without any parameter it will try to connect to the server using the default address:port localhost:27017.

2 Likes

Understood.
Thanks a lot, I’ll make sure to change the title of the Topic.

Regards,
Marcelino.

1 Like