mongodb导入导出数据
导出数据
bin/mongoexport -h 10.255.55.179 -utest -ptest -d test -c interface_config -q '{$and :[{systemCode: "test"}]}' -o test.json
导入数据
bin/mongoimport -h 10.255.55.15 --port 27018 -utest -ptest -d test -c interface_config --file test.json
-u 用户
-p 密码
-d 数据库
-c 表
浙公网安备 33010602011771号