내 mongodb 서버에는 villageContents라는 데이터베이스가 있습니다.
tablebusiness라는 콜렉션이 있습니다.
내가 몽고를 실행하면 나는 보았다
MongoDB shell version: 2.0.7
connecting to: test
>
"테스트"가 무엇인지 궁금합니다. 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"})
아무것도 나타나지 않습니다. 인덱스도 추가되지 않습니다.
무슨 일이야?