Skip to content

Commit 41e7bb3

Browse files
committed
[readme] fix option name
1 parent 6ca98d1 commit 41e7bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In your MySQL server configuration file you need to enable replication:
109109
max_binlog_size = 100M
110110
binlog-format = ROW #Very important if you want to receive write, update and delete row events
111111
binlog_row_metadata = FULL
112-
binlog_row_metadata = FULL
112+
binlog_row_image = FULL
113113

114114
reference: https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html
115115

0 commit comments

Comments
 (0)