Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect #94

Open
benmezger opened this issue Aug 22, 2013 · 4 comments
Open

Can't connect #94

benmezger opened this issue Aug 22, 2013 · 4 comments

Comments

@benmezger
Copy link

I am having problems connecting to my mongo database. I am running on a localhost with the default port, I have auth enabled, but when I try to connect, I get a popup error saying;

An error occured while calling connect(). -

Then if I click on Server Status I get;

An error occured while reading or writing on the socket. -

How can I fix this? I installed mongo with homebrew (following their wiki) and this is my 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 = /usr/local/var/log/mongodb/mongo.log
logappend = true

# Only accept local connections
bind_ip = 127.0.0.1
port = 27017

# Auth
auth = true
@kliuchnikau
Copy link

I have the same problem. Have you managed to solve this issue?

@ralyodio
Copy link

ralyodio commented Sep 6, 2013

I think its safe to say this project is dead :(

I did however setup a tunnel to access my server's mongodb.

@benmezger
Copy link
Author

Still haven't, if this project is dead, is there any fork of it? :(

@4lex1v
Copy link

4lex1v commented Oct 22, 2013

There is a live fork here https://github.com/fotonauts/MongoHub-Mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants