MongoDB導出/導入操作

1.從測試環境數據庫導出數據 2.導入數據到本地數據庫 mongoimport --host localhost --port 27017 --username root --password 123456 --collection test --db runoob --file D:\DownLoad\test.json --authenticationDatabase admin --host
相關文章
相關標籤/搜索