Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 mongorc.js 中选择 MongoDB 在启动时使用的数据库?
use dbname
不工作。这是一个非 JavaScript 宏。
db-name 是启动 mongo javascript shell 时的一个选项。
蒙哥 蒙戈--帮助
蒙哥
蒙戈--帮助
您也可以从 js 文件中执行类似的操作
db = db.getSiblingDB("dbname")