MongoDB导出/导入操作

1.从测试环境数据库导出数据 2.导入数据到本地数据库 mongoimport --host localhost --port 27017 --username root --password 123456 --collection test --db runoob --file D:\DownLoad\test.json --authenticationDatabase admin --host
相关文章
相关标签/搜索