-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Connection error to a host other than localhost #3118
Comments
@koppor Can you reproduce the behavior? |
I usually tried postgres. @stefan-kolb Can you quickly recommend me a free PaaS MySQL service to test? |
This should not be related to MySQL, should it? |
Thank you for your report 👍 |
It's an SSH tunnel in my case, so from JabRef's point of view it's localhost. |
Cannot test it with Heroku Postgres as we don't support SSL #3419 |
Ok, i can connect to a JawsDB remote DB. However, I can hardly edit information as every step nearly freezes the UI. Is every change sent to the database, e.g., every key pressed? |
In general this is functional but kind of unusable as every single event synchronizes with the database. |
This design decision was per intention (somehow). It is event-triggered. I think, @lenhard once made an improvement at the event that only after a few character changes the event is fired. Maybe, we should update that DB sync code that only after a field is changed, the event is sent? |
JabRef version 3.8.2 on Windows 7 (64 bit)
Hello,
using "Connect to shared database" to connect to MySQL on a host that is not localhost results to a "Connection error" message: "Access denied for user 'db@local-PC-name.de' (using password:YES)".
The menu "Connect to shared database" does not use the host name (server name) entered into the text field but always uses the local PC name. The same error message also occurs then entering not the host name but the IP of the server.
I hope that anybody can help or fix the problem, since using a shared database only at localhost does not make sense in a team with many users.
Regards, afls
The text was updated successfully, but these errors were encountered: