Install MySQL Community Edition Database Driver
Software AG products that support MySQL Community Edition use the MySQL Community Edition database driver to communicate with the RDBMS. For information about the driver, see the vendor documentation.
Note: If you experience any issues with the MySQL native driver, or with fixes, service packs, or patch-bundles for the driver, report them directly to the vendor. Software AG is not responsible for addressing driver-related issues.
1. Download the MySQL Community Edition driver to the Software AG_directory \common\lib\ext directory.
2. Go to the Software AG_directory\common\db\bin directory, open the setEnv.bat file, and add the MySQL Community Edition driver jar to the classpath, as follows:
set CLASSPATH=%CLASSPATH%;%DCI_HOME%\..\lib\ext\driver_name
For example:
set CLASSPATH=%CLASSPATH%;%DCI_HOME%\..\lib\ext\mysql-connector-java.jar