Skip to main content

Prerequisites

To setup CDC between your MySQL database and Peaka BI Table, you need:
  • MySQL version 5.7, 8.0.x

Setup Instructions

Setting up permissions

In your MySQL primary database, create a database user that must have appropriate permissions on all databases for which the Peaka CDC captures changes.
  1. Create the MySQL user:
  1. Grant the required permissions to the user:
  1. Finalize the user’s permissions:

Enabling the binlog

  1. Check whether the log-bin option is already on:
  1. If it is OFF, configure your MySQL server configuration file with the following properties, which are described in the table below: