MySQL

JDBC Type 4 Driver for MySQL

DataSource

Transaction Type DataSource Class
NO_TRANSACTION, LOCAL_TRANSACTION
com.mysql.jdbc.jdbc2.optional.MysqlDataSource
For driver version 8.0.15 and later, use the following:
com.mysql.cj.jdbc.MysqlDataSource
XA_TRANSACTION
com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
For driver version 8.0.15 and later, use the following:
com.mysql.cj.jdbc.MysqlXADataSource

Required Connection Property Fields

Driver Name Server Name User Password Database Name Port Number Network Protocol
JDBC Type 4 Driver for MySQL Yes Yes Yes Yes Yes No