简体   繁体   中英

Eclipse MySQL drivers missing from Specify a Driver and Connection Details

I'm trying to make a connection to my Database in MySQL. When I go to Database Source Explorer, and there to Database Connection right click and new connection, I click on MySQL, New Driver Definition and nothing… drivers are missing. I use MySQL with Connector/J, Eclipse IDE 2019‑09, MySQL Workbench 8.0. I have Data Tools installed.

Please, somebody, help me. I'm searching for hours and can't find any solution, that works for me.

This might be a bit too late, but I had the same issue as yours, and a simple fix worked for me. I just had to expand the window, and the list was visible. The list was hidden because of the small window size. Sounds odd, but definitely did work for me.

How to add a JDBC driver

This procedure assumes you are creating a new JDBC data source, and you need to install a new driver because the driver that the database requires is not available in the list of drivers.

1. First select the version of your database: eclipse连接数据库

2. second click on JAR List field: eclipse连接数据库

3. and: eclipse连接数据库

4. remove the default driver eclipse连接数据库

and finally click OK ! this should work fine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM