MySQL Connector/J is a JDBC Type 4 driver, which means that it is pure Java implementation of the MySQL protocol and does not rely on the MySQL client libraries. This driver supports auto-registration with the Driver Manager, standardized validity checks, categorized SQLExceptions, support for large update counts, support for local and offset date-time variants from the java.time package, support for JDBC-4.x XML processing, support for per connection client information and support for the NCHAR, NVARCHAR .
MySQL Connector/J Reference
This is a full documentation of Connector/J.
To get started with X DevAPI, check out some of the main classes:
- Sessions can be created with
SessionFactory. - Session operations are available on a
Session. - JSON document collections are represented by a
Collection. - Working with JSON documents is done with a
DbDoc.
For an introduction to concepts, refer to the X DevAPI User Guide.
MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.
Download the MySQL Connector/J from the official website. Currently the recommended version is 8.0.11.
The connector itself is a single file named
mysql-connector-java-X.X.XX-bin.jar. Extract this file from the downloaded archive to thedata/jdbcfolder in your RapidMiner Server Installer folder.In the database configuration step select MySQL as database system and provide the file path of the connector extracted in the second step as
Jar file.
Make sure that the JDBC driver class is set to
com.mysql.jdbc.Driver.Complete the installation.
Download: MySQL Connector/J 9.3.0
Click Here: Download Now

