mongo 导入导出

mongoexport -d Bilateral_trade_with_China -c Data_Company_Information_List_FN -o /home/datas/I_Company_China.json --type json

mongoimport -d doumovie -c test_news --file /home/mongo/user.json --type json


mongodb后台启动
nohup mongod &

你可能感兴趣的:(mongo 导入导出)