about to fork child process, waiting until server is ready for connections.
forked process: 11159
all output going to: /var/log/mongodb/mongod.log
child process started successfully, parent exiting
表示安装成功。
尝试一下登陆
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
xx@xx:~$ mongo MongoDB shell version: 2.4.6 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 Server has startup warnings: Tue Oct 15 12:42:00.747 [initandlisten] Tue Oct 15 12:42:00.747 [initandlisten] ** NOTE: This is a 32 bit MongoDB binary. Tue Oct 15 12:42:00.747 [initandlisten] ** 32 bit builds are limited to less than 2GB of data (or less with --journal). Tue Oct 15 12:42:00.747 [initandlisten] ** See http://dochub.mongodb.org/core/32bit Tue Oct 15 12:42:00.748 [initandlisten] >
about to fork child process, waiting until server is ready for connections.
forked process: 11159
all output going to: /var/log/mongodb/mongod.log
child process started successfully, parent exiting
表示安装成功。
尝试一下登陆
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[davidzhang@colud mongodb]$ mongo MongoDB shell version: 2.4.6 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 Server has startup warnings: Tue Oct 15 12:51:13.884 [initandlisten] Tue Oct 15 12:51:13.884 [initandlisten] ** NOTE: This is a 32 bit MongoDB binary. Tue Oct 15 12:51:13.884 [initandlisten] ** 32 bit builds are limited to less than 2GB of data (or less with --journal). Tue Oct 15 12:51:13.884 [initandlisten] ** Note that journaling defaults to off for 32 bit and is currently off. Tue Oct 15 12:51:13.884 [initandlisten] ** See http://dochub.mongodb.org/core/32bit Tue Oct 15 12:51:13.884 [initandlisten] >