📜  mongo shell change db - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:59.007000             🧑  作者: Mango

代码示例1
# Change DB - also sets the mongo shell variable 'db' to the current database
use 

# Show DB list
show dbs