CDC Setup
CDC - MySQL Setup Documentation
How to setup CDC MySQL
Prerequisites
To setup CDC between your MySQL database and Peaka Big 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.
- Create the MySQL user:
- Grant the required permissions to the user:
- Finalize the user’s permissions:
Enabling the binlog
- Check whether the
log-bin
option is already on:
- If it is
OFF
, configure your MySQL server configuration file with the following properties, which are described in the table below: