🍃 MongoDB 速查手册 2025年10月06日 · database · 28 分钟阅读 1. 连接与基础命令🔌 连接数据库功能命令本地连接mongosh 或 mongo远程连接(参数方式)mongosh --host <host> --port <port> -u <user> -p <password> --authenticationDatabase admin连接字符串方式mongosh "mongodb://usern...