- MySQL Connector/J is a Java library, and it is a pure Java driver, so it is platform independent. The various installers offered on the download page are just to simplify installation (although generally, installing Java libraries using an installer makes very little sense to me).
- New in MySQL Connector/ODBC 8.0.20: Functionality Added or Changed: On Debian, DEB packages are now released instead of TGZ files. The file base names are mysql-connector-odbc-. (driver package.
- MySQL Connector/J is a Java library, and it is a pure Java driver, so it is platform independent. The various installers offered on the download page are just to simplify installation (although generally, installing Java libraries using an installer makes very little sense to me).

Oracle SQL Developer 1.5 (1.5.0.53.38) supports browsing a selection of third party databases; Microsoft Access, Microsoft SQL Server, MySQL and Sybase. Before accessing these databases, you need to download and load the correct third party drivers. You can do this manually or using Check for Updates.
Loading Third Party Drivers Manually
. Connector/J 8.0 (formerly Connector/J 6.0; see Changes in MySQL Connector/J 8.0.7 for an explanation of the version number change) is a Type 4 pure Java JDBC 4.2 driver for the Java 8 platform. It provides compatibility with all the functionality of MySQL 5.6, 5.7, and 8.0. Connector/J 8.0 provides ease.
To load a third party driver, go to Tools > Preferences > Database > Third Party Drivers. Click Add Entry and add your specific jar file. The jars on this preference panel are used for all third party databases.
MySQL Databases
Download the MySQL Drivers from the MySQL Site. There are two drivers here:
- MySQL Connector/j 5.0(ZIP)
Unzip the zip file and take the mysql-connector-java-5.0.4-bin.jar as your driver.jar - MySQL Connector/J 3.1 (ZIP)
Unzip the zip file and t ake the mysql-connector-java-3.1.14-bin.jar as your driver.jar
SQL Server and Sybase Databases

Download the JTDS driver from here. Unzip the file and take the jtds-1.2.jar out of this. This is your driver.
Using Check For Updates.
Oracle SQL Developer provides users with the ability to download, install and setup the required third-party drivers using Check for Updates. Once you have downloaded and installed Oracle SQL Developer 1.5
- Select Help -> Check for Updates.
- Follow the wizard to select the drivers you require.
- Accept the license agreement
- Supply you OTN connection details. If you do not have access to OTN, you need to sign up first.
- The wizard completes by downloading and setting the appropriate preferences in Oracle SQL Developer.
Getting Started
Once you have Oracle SQL Developer installed and the third-party drivers setup. You can follow the Getting Started guide for migrating from Third-Party database.
Mysql Connectors Download
More Information
Mysql Connector J Download Mac High Sierra
Any questions? Visit the OTN SQL Developer Forum.