Mongodb in linux server

后端 未结 3 1722
借酒劲吻你
借酒劲吻你 2020-12-20 09:51

Using SSH I installed Mongodb in linux server by the following steps.

  1. Download and extract latest Mongodb release to the /bin folder in serer

3条回答
  •  既然无缘
    2020-12-20 10:23

    I had similar issue after copying all mongodb files form one server to another in

    /var/lib/mongodb/

    directory. Solution in my case was to change permission group to all files and folders in

    /var/lib/mongodb/

    to

    mongodb:nogroup

提交回复
热议问题