MongoDB安装出现的问题
2019-10-28T09:46:32.777+0800 I CONTROL [main] Trying to install Windows service 'MongoDB'
2019-10-28T09:46:32.779+0800 I CONTROL [main] Error connecting to the Service Control Manager: 拒绝访问。 (5)
解决办法:
mongod.exe --bind_ip 127.0.0.1 --logpath "D:\MongoDB\Server\3.4\logs\mongo.log"--logappend --dbpath "D:\MongoDB\Server\3.4\data\db" --serviceName "Mongodb" --serviceDisplayName "MongoDB" --install
网友评论