This means your mognod process is running and you have successfully connected to it.

Enabling authentication will get rid of the first message.

The second message is informational and I believe that the next time that you connect that message will not show.

The third message just states that you have the mongorc.js file which was created by the older mongo tool. As the note states, you can rename that file to mongosh.js and then that message should go away as well.

Really all of these are just informational messages, although on a production system you will want to enable authentication, but on a test system running on your local machine that will no access to the outside and will not be holding sensitive data, leaving authentication turned off is fine.

From what I can see you have a fully functioning system now. Congratulations! :tada:

1 Like