售前咨询:400-0666-318
要查看MongoDB中的数据库,可以使用以下命仗:
mongo
show dbs
use <database_name>
show collections
db.<collection_name>.find()
通过以上命令可以查看MongoDB中的数据库和其数据。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: MongoDB复制集如何搭建