Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
635 views
in Technique[技术] by (71.8m points)

mongodb - Fail to connect robo 3t localhost; 27017 windows 10

I have an issue with connecting or creating a local server. It state that my computer wouldn't accept any connection to the server?

error image statment

question from:https://stackoverflow.com/questions/65881279/fail-to-connect-robo-3t-localhost-27017-windows-10

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

change your bind_ip in /etc/mongod.conf from 127.0.0.1 to 0.0.0.0 then restart the service


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...