[root@mym bin]# /usr/local/mongodb/bin/mongo 192.168.31.201
MongoDB shell version: 2.4.9
connecting to: 192.168.31.201/test
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see
http://docs.mongodb.org/
Questions? Try the support group
http://groups.google.com/group/mongodb-user
Server has startup warnings:
Mon Oct 22 01:04:43.077 [initandlisten]
Mon Oct 22 01:04:43.077 [initandlisten] ** WARNING: Readahead for /usr/local/mongodb/db is set to 4096KB
Mon Oct 22 01:04:43.077 [initandlisten] ** We suggest setting it to 256KB (512 sectors) or less
Mon Oct 22 01:04:43.077 [initandlisten] ** http://dochub.mongodb.org/core/readahead
> show dbs # 查看库
local 0.078125GB
> db.version() # 查看版本
2.4.9