We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca98d1 commit 41e7bb3Copy full SHA for 41e7bb3
README.md
@@ -109,7 +109,7 @@ In your MySQL server configuration file you need to enable replication:
109
max_binlog_size = 100M
110
binlog-format = ROW #Very important if you want to receive write, update and delete row events
111
binlog_row_metadata = FULL
112
- binlog_row_metadata = FULL
+ binlog_row_image = FULL
113
114
reference: https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html
115
0 commit comments