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
相关文章
相关标签/搜索