在不同的数据库和相同的集合之间迁移数据?

时间:2014-06-24 18:11:52

标签: mongodb

在不同数据库和同一集合之间迁移数据?

我需要在db-show2 table-some,table-some-two中迁移db-show1,collections table-some和table-some2的所有数据。

show dbs
db-show1
db-show2

use db-show1
show collections
table-some
table-some-two

use db-show2
show collections
table-some
table-some-two
有些想法吗?

谢谢!

0 个答案:

没有答案