mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 08:59:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# mongo
|
||||
|
||||
> The legacy MongoDB shell. See `mongosh` for the new shell.
|
||||
> Note: all connection options can be replaced with one string: `mongodb://user@host:port/db_name?authSource=authdb_name`.
|
||||
> Note: All connection options can be replaced with one string: `mongodb://user@host:port/db_name?authSource=authdb_name`.
|
||||
> More information: <https://docs.mongodb.com/manual/reference/program/mongo>.
|
||||
|
||||
- Connect to a local database on the default port (`mongodb://localhost:27017`):
|
||||
|
||||
Reference in New Issue
Block a user