From c11b9b6f79c09c98d62938092dc1f193a9e620df Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 7 Dec 2024 20:07:02 +0000 Subject: [PATCH] Update mongodb debian --- mongodb-debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb-debian.md b/mongodb-debian.md index da7d2d0..b54f77b 100644 --- a/mongodb-debian.md +++ b/mongodb-debian.md @@ -31,5 +31,5 @@ security: authorization: enabled ``` 5. Restart `mongod` with `sudo systemctl restart mongod` -6. Drop back into `mongosh` with authentication `mongosh -u 'user'` +6. Drop back into `mongosh` with authentication `mongosh -u 'admin'`, entering the password on prompt