发布于 2015-09-14 14:52:50 | 528 次阅读 | 评论: 0 | 来源: 网络整理

db.cloneDatabase("hostname")
参数:
  • hostname (string) – Specifies the hostname to copy the current instance.

Use this function to copy a database from a remote to the current database. The command assumes that the remote database has the same name as the current database. For example, to clone a database named importdb on a host named hostname, do

use importdb
db.cloneDatabase("hostname");

New databases are implicitly created, so the current host does not need to have a database named importdb for this command to succeed.

This function provides a wrapper around the MongoDB database commandclone.” The copydb database command provides related functionality.

最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务