RDBMS providers: MySQL
Connects to MySQL database servers.
MySQL, JDBC, MySQL 8.0. Standard security (jdbc): specifies that SSL is not to be used. If you want to use SSL in conjunction with MySQL 8.0, configure the data connection, changing the values of parameters
useSSL
(and possiblyverifyServerCertificate
andrequireSSL
) toTrue
.MySQL, JDBC, MySQL 5.7. Standard security (jdbc): does not require ODBC drivers, but is much slower than the ODBC interface. Specifies that SSL is not to be used. If you want to use SSL in conjunction with MySQL 5.7, configure the data connection, changing the values of parameters
useSSL
(and possiblyverifyServerCertificate
andrequireSSL
) toTrue
.MySQL, ODBC, MySQL 8.0, Standard security (odbc_native): connects to MySQL using native ODBC driver.
MySQL, ODBC, MySQL 5.7, Standard security (odbc_native): connects to MySQL using native ODBC driver.
ODBC providers have been deprecated in Data Management and may not be supported in future versions.