It seems there are some problems when start the mongoDB server
But I don't see any errors on the console
shell console
[14:03:58](~)
% mongod -f /usr/local/etc/mongod.conf
warning: bind_ip of 0.0.0.0 is unnecessary; listens on all ips by default
[14:04:01](~)
mongod.conf
# Store data in /usr/local/var/mongodb instead of the default /data/db
dbpath = /usr/local/var/mongodb
# Append logs to /usr/local/var/log/mongodb/mongo.log
logpath = /var/log/mongodb/mongo.log
logappend = true
# Only accept local connections
bind_ip = 0.0.0.0
port = 27017