mac下安装完MongoDB,输入mongo命令显示:
connecting to: mongodb://127.0.0.1:27017
2018-12-12T14:21:19.412+0800 E QUERY [js] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: Connection refused :
connect@src/mongo/shell/mongo.js:257:13
@(connect):1:6
exception: connect failed
解决方法,在bash 输入
brew services start mongodb
再输入mongo
进入数据库