Enter the connection details and test the connection. On older versions of SQL Developer this used to appear as a tab. They provide access to SQL Server from any Java application.
The driver downloads are available to all users at no extra charge. When you create a new connection, the 'Database Type' dropdown includes a MySQL option. The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available on the Java platform. See MySQL Connector/J 8.0 Developer Guide for details. It provides compatibility with all the functionality of MySQL 5.6, 5.7, and 8.0. Open SQL Developer and navigate to 'Tools > Preferences > Database > Third Party JDBC Driver'.Ĭlick the 'Add Entry.' button and highlight the 'mysql-connector-java-8.0.23.jar' file and click the 'Select' button.Ĭlick the 'OK' button to exit the 'Preferences' dialog. Connector/J 8.0 is a Type 4 pure Java JDBC 4.2 driver for the Java 8 platform. The resulting directory contains a 'mysql-connector-java-8.0.23.jar' file. Click the 'Download' link next to the 'JDBC Driver for MySQL (Connector/J)', then select the platform independent version and download the zip file. MySQL Connector/J 5.1 is a JDBC Type 4 driver that is compatible with the JDBC 3.0, JDBC 4.0, JDBC 4.1, and JDBC 4.2 specifications. Home » Articles » Mysql » Here MySQL : Connections in SQL Developer