远程数据导出到本地
mongoexport -h IP --port port -u user -p password -d database -c collection -o outputFile
本地数据导入Mongo
mongoimport -d database -c collection --file datafile
mongoexport -h IP --port port -u user -p password -d database -c collection -o outputFile
mongoimport -d database -c collection --file datafile