Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

MySQL 8 in TDV


Bruno Vieira

Recommended Posts

Without seeing the error, it's impossible to know if it's a driver issue, or a red herring. 

 

If it really is a driver issue, and presuming the mysql 8 driver is backward compatible (or you don't use mysql 5), and can run in version of Java your TDV instance uses, you should be able to update the driver in the mysql_(version) folder of conf/adapters/system. Update it, restart, and monitor the server log for any errors on startup.

 

You could also try a custom adapter extended from one of the other mysql ones.

 

If it still doesn't work, we'll need more information in order to help.

Link to comment
Share on other sites

  • 5 months later...

You should be able to use any of the MySql adapter 5.1 or 5.5 to connect to MySql 8 database. Otherwise you can create a customer adapter using MySql 5.5 adapter as base adapter in TDV. Please use the below MySql jdbc url for connecting to MySql datasource/adapter in TDV.

mysql://:/DBNameuseSSL=false&allowPublicKeyRetrieval=true

You can edit the JDBC connection url using the advanced settings panel for the datasource.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...