启动mongodb显示
通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 for socket: 0.0.0.0:27017
如何解决
另外求助如何卸载mongodb
巴扎黑2017-04-28 09:08:25
There are 2 things to change:
1. Pass the new port when starting mongodb:
$ mongod --port 19000
2. Change the mongodb.config (/etc/mongodb.config) file.