Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DBeaver error resolving maven dependencies

I am trying to connect to a remote MySQL database using DBeaver 3.6.3. But when I try to add the server as a new connection, I need to select a connection type. I select MySQL and as soon as I click on next, it gives me this error

Imgur

I have tried restoring driver settings to default - no effect. I have tried removing the metadata folder in Users and restarting - no effect

like image 694
Teun van der Wijst Avatar asked Feb 17 '17 08:02

Teun van der Wijst


2 Answers

Have you tried to reinstall the driver? I've tried DBeaver on Linux, mysql connector v 5.1.39 worked fine (mysql 5.6.15).

I had issues a month ago with dbeaver and connecting to a mssql db, updating dbeaver to the v4.0.0 fixed it, maybe you could try that too? You'll have to build it though, if this doesn't scare you: https://github.com/serge-rider/dbeaver

like image 199
remborg Avatar answered Sep 21 '22 11:09

remborg


It is possible that you don't have direct internet access on your working plan (e.g. because of some corporate proxy). In this case you could try:

Download drivers manually from https://jdbc.postgresql.org/download.html and then add jars in driver editor Try to configure HTTP proxy in preferences

Note: Ref site

https://github.com/dbeaver/dbeaver/issues/1898

like image 23
Aashiq Avatar answered Sep 20 '22 11:09

Aashiq