mongodb端口占用如何解决?
黄舟
黄舟 2017-04-28 09:06:25
0
2
680

启动mongodb显示
通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 for socket: 0.0.0.0:27017
如何解决

另外求助如何卸载mongodb

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(2)
漂亮男人

No need to uninstall, just close the process and delete the files

巴扎黑

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!