mongo導出導入表數據

導出 mongoexport --host 192.168.0.221 --port 20058 -d test -c salary --type json --out D:\abc.json 導入 mongoimport --host 192.168.0.221 --port 20058 -d test -c salary --type json --file D:\abc.json
相關文章
相關標籤/搜索