Obtain and Install the Driver for MySQL

Obtain and install the JDBC driver for MySQL

1. Query the web for “MySQL driver’. Pick one of the reputable web sites, for example:
https://dev.mysql.com/doc/connector-j/en/connector-j-installing.html
2. Find the MySQL JDBC driver distributed as a TAR or zip file for the version of MySQL that you need.
3. After extracting the JDBC driver (mysql-connector-java-<ver>-bin.jar) from the tar or zip file.
4. Copy it to the appropriate TDV installation directory:

<TDV_install_dir>\conf\adapters\system\mysql_<ver>

5. Add the Connector/J location to your Java CLASSPATH.
6. Restart the TDV Server.