diff --git a/guides/ubuntu/pages/mongodb-install.md b/guides/ubuntu/pages/mongodb-install.md index 02db453..48fa830 100644 --- a/guides/ubuntu/pages/mongodb-install.md +++ b/guides/ubuntu/pages/mongodb-install.md @@ -158,6 +158,8 @@ security: ```bash mongo -u admin -p --authenticationDatabase admin +# or if you didn't secure MongoDB, run the following command: +mongo ``` This will ask you for the password that you set earlier in the Securing MongoDB section.