You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In python-mysql-replication (version 1.0.0~ ) need to execute binlog schema parsing. To achieve this, it seems that I need to set the binlog_row_metadata option to FULL in my Docker Compose configuration.
Issue Summary
In python-mysql-replication (version 1.0.0~ ) need to execute binlog schema parsing. To achieve this, it seems that I need to set the
binlog_row_metadata
option toFULL
in my Docker Compose configuration.Solution
set the
binlog_row_metadata
option toFULL
in my Docker Compose configuration.The text was updated successfully, but these errors were encountered: