Using MySQL 8.x Database

Procedure

  1. Use the following command and then follow the instructions to install the new MySQL 8.x driver:
    bwinstall mysql-driver
  2. Update the following properties in the bwagent_ftl.json or bwagent_db.json files with the MySQL 8.x database details
    Property Name Value
    dbconnectionurl jdbc:mysql://<host or IP address>:<port>/<database_name>?useSSL=false
    dbproviderconnectionurl jdbc:mysql://<host or IP address>:<port>/<database_name>?useSSL=false
    For more information about configuring BWAgent with MySQL 8.x, see "Configuring bwagent for MySQL and TIBCO FTL" or "Configuring bwagent for MySQL and TIBCO Enterprise Message Service" sections in TIBCO ActiveMatrix BusinessWorks™ Administration.