2
嗨當我做了mongorestore傾倒我的數據庫ok
mongorestore和收集
,如果我有:
> show dbs
local (empty)
test 0.203125GB
成爲:
> show dbs
local (empty)
test 0.203125GB
ok 0.203125GB
,但如果我做了db.getCollectionName()
它只是打印
> db.getCollectionNames()
[ "system.indexes", "test", "users" ]
我想要出現在這裏,我該怎麼辦?
感謝