时间:2021-07-01 10:21:17 帮助过:10人阅读
尝试各种方法都不行
当mongodb service 没有运行的时候会发生这样的错误
尝试了新建一个/data/db 目录,也不奏效。
后来通过搜索,寻找到来解决方法,运行命令
brew services start mongodb
再去调用数据库命令
mongo
就可以完美解决问题了
最终mac下显示成功的提示
MongoDB shell version v3.6.0 connecting to: mongodb://127.0.0.1:27017 MongoDB server version: 3.6.0 Server has startup warnings: 2017-12-27T09:54:58.316+0800 I CONTROL [initandlisten] 2017-12-27T09:54:58.316+0800 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database. 2017-12-27T09:54:58.316+0800 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted. 2017-12-27T09:54:58.316+0800 I CONTROL [initandlisten] >
Mac下mongodb connect failed 连接错误解决方法
标签:check 搜索 解决方法 ict ref 数据 read 显示 warnings