search

Home  >  Q&A  >  body text

mongodb端口占用如何解决?

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

另外求助如何卸载mongodb

黄舟黄舟2770 days ago696

reply all(2)I'll reply

  • 漂亮男人

    漂亮男人2017-04-28 09:08:25

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

    reply
    0
  • 巴扎黑

    巴扎黑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.

    reply
    0
  • Cancelreply