收到“访问被拒绝”当我尝试在 Windows Server 2008 中安装 64 位 mongodb 时
我所做的就是运行下面的脚本: D:\Tools\MongoDb\bin\mongod.exe --dbpath D:\MongoDb\data\
然后我得到了异常: 连接到服务控制管理中心时出错:访问被拒绝。 (5)
我是使用管理员帐户来操作的,我已经创建了与脚本相关的文件夹。
当我在 32 位 Windows Server 2003 中安装 32 位 mongodb 时,我没有遇到这样的问题。
我感谢任何有关此问题的帮助!
All I did is to run below script:
D:\Tools\MongoDb\bin\mongod.exe --dbpath D:\MongoDb\data\
Then I got exception:
Error connecting to the service Control Manager: Access is denied. (5)
I was using administrator account to operate this, I already created folders related to the script.
And I didn't experience issue like this when I installed 32-bit mongodb in 32-bit Windows Server 2003.
I appreciate any help about this!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要从使用
以管理员身份运行
选项打开的命令提示符中安装它You need to install it from the command prompt that you have opened with the
Run as Administrator
option从管理命令提示符执行:
From Admin command prompt execute: