mongodb数据导入导出
数据导出
./mongoexport -h 127.0.0.1 -port 8001 -d HallShareData -c Team -f iID,iLevel,vMemberList,iMaxMember,iCreateTime,iDisbandTime --csv -o ./team1.csv
数据导入
./mongoimport -h 127.0.0.1:8001 -d HallShareData -c FS_OldUser --type csv -f strAccount --headerline --file FS_OldUser.txt
数据导入
./mongoimport -h 127.0.0.1:8001 -d HallShareData -c FS_OldUser --type csv -f strAccount --headerline --file FS_OldUser.txt
数据从文件夹回复
./mongorestore -h 127.0.0.1 -port 8001 -d HallShareData --drop testBackUp/HallShareData
posted on 2013-12-05 18:47 roland1982 阅读(169) 评论(0) 编辑 收藏 举报