我是Mongo DB的新手。我正在尝试按照this tutorial在我的笔记本电脑中安装MongoDB。我按照教程中的命令启动MongoDb并进行连接。当我开始连接C:\mongodb\bin\mongo.exe
时
它提示新的CMD,它说连接到:test,但它保持这么长时间。感谢有些人可以提出建议。
截图
答案 0 :(得分:11)
似乎没有错误。这是javascript shell屏幕。您可以在该屏幕上使用shell commands。您可以找到shell引用here。
答案 1 :(得分:2)
从MongoDB 2.2rc0开始,第一次启动mongo
shell时会显示一些更清晰的指令。
MongoDB shell version: 2.2.0-rc0
connecting to: 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
>