mongodb shell 连接
我想大声告诉你
我想大声告诉你 2017-05-02 09:22:07
0
1
587

今天装了一下mongodb ./mongo

怎么没法用命令行操作啊比如:show dbs;

我想大声告诉你
我想大声告诉你

reply all(1)
某草草

It looks like you rpminstalled it? Do you need to start the server first:

netstat -pln | grep mongod

Start if not started:

sudo service mongod start

In addition, you still need to check whether there are any errors after executing the shell like this. If there is any error message, please give it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template