我試圖蒙戈進口這樣無法導入的mongodb
mongoimport -d test -c foo importfile.json
mongoimport --host localhost --db local --collection lecturer --type json --file temp.json --headerline --upsert
和我有同樣的錯誤消息「語法錯誤:缺少;語句前(殼):1 「 我的代碼有什麼問題&如果我的數據存儲在C:\ Documents and Settings \ User \ Desktop中,如何導入?請幫助,謝謝
密切相關,可能涵蓋http://stackoverflow.com/questions/11041614/cant-export-mongodb – paulmelnikow