安装mongodb之后我第一次尝试在我的ubuntu 16.04终端上运行命令“mongod”。我得到了同样的错误: Failed to set up sockets during startup. dbexit: rc: 48 error in mongodb 问题是,当我在端口“27017”中查找进程时,似乎mongod已经在那里监听(即没有其他进程使用此端口)请参见下图: This are the processes running in my computer, mongod in port 27017 任何想法,将不胜感激。
答案 0 :(得分:0)
我最终更改了MongoDB的默认端口号,错误消失了。