今天在自己的win10 64位上安装了mongodb,最后出现个问题,就是启动服务时报错:服务名无效。之前在公司的win7上是可以的,看了几篇文章后,终于解决了:
步骤如下:
1.将data目录下的所有文件都删除
2.以管理员模式打开cmd,cd到mongodb bin目录下,运行:
mongod --config "D:\MongoDB\mongo.conf" --install --serviceName "MongoDB"
再运行
net start MongoDB