Stay organized with collections
Save and categorize content based on your preferences.
The following sections cover how to configure CDC for a self-managed MySQL database.
These instructions also work for databases such as MariaDB, Percona Server for
MySQL or Alibaba Cloud PolarDB.
Verify the configuration and retention period of the binary log
Confirm that the binary log is configured correctly by entering the following MySQL command:
SHOWGLOBALVARIABLESLIKE'%binlog_format%';
Verify that the value for the binlog_format variable is set to ROW.
Datastream doesn't support MIXED or STATEMENT binary log formats.
Confirm that the row format for the binary log is set to FULL by entering the following MySQL command:
SHOWGLOBALVARIABLESLIKE'binlog_row_image';
Verify that the slave updates option for the binary log is set to ON by entering the following MySQL command:
SHOWGLOBALVARIABLESLIKE'log_slave_updates';
Verify that the retention period of the binary log is set to 7 days by entering the following MySQL command:
SHOWGLOBALVARIABLESLIKE'expire_logs_days';
Create a Datastream user
To create a Datastream user, enter the following MySQL commands:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]