摘要:
1.1基本操作db.addUser(username,password)//添加用户db.auth(usrename,password)//设置数据库连接验证db.cloneDataBase(fromhost)//从目标服务器克隆一个数据库db.commandHelp(name)//returns the help for the commanddb.copyDatabase(fromdb,todb,fromhost)//复制数据库fromdb---源数据库名称,todb---目标数据库名称,fromhost---源数据库服务器地址db.createCollection(name,{size: 阅读全文