windows - mongodb : listen() attempts to access socket in a forbidden way -
i downloaded 64-bit zipped version of mongodb windows, created '/data/db' instructed. now, when run "mongod" command, getting following error & mongodb server shuts down automatically.
"error : listen() failed error-10013. attempt made access socket in way forbidden access permissions. "
please me clear firewall settings in windows prevent error & run mongodb.
i able fix error using following command : "mongod --bind_ip="127.0.0.1". :)
Comments
Post a Comment