-
Descriptiontry to connect to local docker container database with 127.0.0.1 for dev. DBeaver Version23.0.2 Operating Systemubuntu 22.04 Database and drivermysql 8 Steps to reproduceversion: '3' Additional contextIf there is a new "feature" for me to take in consideration when doing these simple things, please let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 4 replies
-
Could you explain more detailed, what the issue is for you? |
Beta Was this translation helpful? Give feedback.
-
Does DBeaver stuck or you can't connect to database? It's not clear. Also please provide log files https://dbeaver.com/docs/wiki/Log-files/ |
Beta Was this translation helpful? Give feedback.
-
no dbeaver does not suck, on the contrary. I need to work and it does not connect. I see 2 errors in the log org.eclipse.ui and eclipse.buildId=unknown org.jkiss.dbeaver.model java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed |
Beta Was this translation helpful? Give feedback.
-
Thank you for quick response |
Beta Was this translation helpful? Give feedback.
-
This solved the problem, from the above stackoverflow Right click your connection, choose "Edit Connection" On the "Connection settings" screen (main screen) click on "Edit Driver Settings" Click on "Connection properties", (In recent versions it named "Driver properties") Right click the "user properties" area and choose "Add new property" Add two properties: "useSSL" and "allowPublicKeyRetrieval" Set their values to "false" and "true" by double clicking on the "value" column. |
Beta Was this translation helpful? Give feedback.
-
Thank you for investigation. |
Beta Was this translation helpful? Give feedback.
-
We have a setting for this in |
Beta Was this translation helpful? Give feedback.
-
Could you check, if it works for you? |
Beta Was this translation helpful? Give feedback.
We have a setting for this in
Connection settings -> SSL