Sat Jan 08 18:49:34 MongoDB starting : pid=232 port=27017 dbpath=E:/mongodb/data 32-bit
** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Sat Jan 08 18:49:34 db version v1.6.5, pdfile version 4.5 Sat Jan 08 18:49:34 git version: 0eb017e9b2828155a67c5612183337b89e12e291 Sat Jan 08 18:49:34 sys info: windows (5, 1, 2600, 2, 'Service Pack 3') BOOST_LI B_VERSION=1_35 Sat Jan 08 18:49:34 [initandlisten] waiting for connections on port 27017 Sat Jan 08 18:49:34 [websvr] web admin interface listening on port 28017
>// the mongo shell is a javascript shell connected to the db > 3+3 6 > db test > // the first write will create the db: > db.foo.insert( { a : 1 } ) > db.foo.find() { _id : ..., a : 1 }
all output going to: D:/mongodb/logs/mongodb.log Creating service MongoDB. Service creation successful. Service can be started from the command line via 'net start "MongoDB"'.