Robomongo connection with Meteor mongodb

天涯浪子 提交于 2019-12-22 05:24:07

问题


I have connected my localhost mongodb from robomongo but having problem in connecting Meteor mongodb.

I am running Meteor from nitrousio not on localhost.

In robomongo connection settings, it is showing "Connected to 'meteor_url:3001'. Authorization failed". I am using correct db in Authentication tab and nothing in username and password. Is this the root cause? If yes, what is the default username and pwd of mongodb? If no, then what should i do?


回答1:


I set the Robomongo (v 0.8.4) connection to use localhost (127.0.0.1) and port 3001. Everything else is empty/default. I am using Windows 7 btw. I was originally put on the wrong track as many references said to use port 27017 or 27018. Changing to 3001 worked for me.

My Robomongo settings:




回答2:


@Spiralis it works on robomongo version 1.0 in linux also Thanks.

Just create new connection and put Name = Meteor Address = Localhost Port = 3001 Done!



来源:https://stackoverflow.com/questions/27190633/robomongo-connection-with-meteor-mongodb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!