i have 2 mongodb database,
1 in in my local host
and 2nd in in other computer
here Myinfo <= database name
CustomerDetails <= table Name
let's see 1st : `Localhost / Myinfo / CustomerDetails`
i want to copy all collection of CustomerDetails to another db at :
let's say 2nd : `192.168.1.10/ Myinfo / CustomerDetails
how can i do that? ` Note: i do not want to copy whole db , just only one table!