Download the MySQL Community Edition driver to the Software AG_directory\common\lib\ext directory.
Rename the MySQL Community Edition driver jar to mysql-connector-java.jar.
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\mysql-connector-java.jar
Open the MySQL configuration file.
Remove the values NO_ZERO_IN_DATE and
NO_ZERO_DATE from the sql_mode variable.
If MySQL is on a Linux system, set the parameter
lower_case_table_names=1. If MySQL is on an AWS RDS system, set the
parameter log_bin_trust_function_creators=1.
Add the parameter transaction-isolation=READ-COMMITTED.