เซิร์ฟเวอร์ mongodb ของฉันมีฐานข้อมูลชื่อ villageContents
มันมีคอลเลกชันชื่อ tablebusiness
ถ้าฉันวิ่ง mongo ฉันเห็น
MongoDB shell version: 2.0.7
connecting to: test
>
ฉันสงสัยว่า "การทดสอบ" คืออะไร ไม่มีฐานข้อมูลชื่อทดสอบอยู่ที่นั่น
ฉันพยายามที่จะรัน
> villageContents.tablebusiness.ensureIndex({"LatitudeLongitude" : "2d"})
Wed Aug 15 09:28:28 ReferenceError:is not defined (shell):1
>
ฉันพยายามที่จะรัน
> test.villageContents.tablebusiness.ensureIndex({"LatitudeLongitude" : "2d"})
Wed Aug 15 09:29:13 ReferenceError: test is not defined (shell):1
>
ฉันทำอะไรผิด?
จากนั้นฉันก็ทำ
db.villageContents.tablebusiness.ensureIndex({"LatitudeLongitude" : "2d"})
ไม่มีอะไรปรากฏขึ้น ดัชนีจะไม่ถูกเพิ่มแม้แต่
แล้วมีอะไรผิดปกติ?