Stay up to date on the latest product updates, customer stories, and industry news from Redpoint. Opt-in and select the topics you'd like to learn more about!
Redpoint Data Management™ Documentation

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 possibly verifyServerCertificate and requireSSL) to True.

  • 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 possibly verifyServerCertificate and requireSSL) to True.

  • 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.