블로그 이미지
LifeisSimple

calendar

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

Notice

2011. 1. 6. 13:38 Brain Trainning/NoSQL
아래처럼 MongoDB의 bin 폴더에 있는 mongo.exe 로 연결함.
그냥 mongo.exe를 실행하면 localhost의 MongoDB Server를 연결함.

PS C:\MongoDB\bin> .\mongo –host=192.168.80.38 –port=27017

MongoDB shell version: 1.6.5

Connecting to : 192.168.80.38:27017/test

> show collections

Department

Person

Pageview

System.indexes

Things


-- username // --password 는 덤... Help 에서 확인~

posted by LifeisSimple