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

Unable to add database #1

Closed
abhinav1293 opened this issue Jan 17, 2018 · 6 comments
Closed

Unable to add database #1

abhinav1293 opened this issue Jan 17, 2018 · 6 comments

Comments

@abhinav1293
Copy link

Test Database connection is not working. when I entered the mysql details and click on test connection nothing happen.

thanks you

@PandelisZ
Copy link
Member

Do you definately have access to the database from where you are running query tree?

If it's an auth error we should probably show that error on our side too however

@abhinav1293
Copy link
Author

Yes, I do have an access to the database. In fact, I have tested with another method just to check auth credential working or not. It is working fine.

By clicking on Test connection it is not showing any message (Either success or failure).

@d4nt
Copy link
Contributor

d4nt commented Jan 19, 2018

It's interesting that you're saying the Test Connection button doesn't show any message. I've just been testing 03cdf7a with a variety of bad configs (e.g. wrong username, wrong server host, wrong SSH user) they all result in an error coming back and being shown.

The fact that nothing is shown suggests that it's still trying, but it's taking a very long time.

Are you using SSH? If so, are you connecting with a keyfile or password?

@abhinav1293
Copy link
Author

Actually, I am not using SSH to connect Mysql. just username and password of MySQL server.

@d4nt
Copy link
Contributor

d4nt commented Jan 22, 2018

I wonder if perhaps your firewall is not allowing QueryTree to open a connect to the database server/port. But the other application that you tested your connection settings with is allowed?

@PandelisZ
Copy link
Member

PandelisZ commented Jan 22, 2018

@abhinav1293 There seems to have been a missing nuget package on the project. I've commited 2a1c49c to fix the problem.

Please download or check out the latest master branch and re run the app.

If you have any more bugs to report please feel free to re-open this issue or create a new issue with a seperate report.

d4nt pushed a commit that referenced this issue Nov 21, 2022
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

3 participants