Schema 'xyz' is not tracked via bin logs
Error
Potential Causes
-
Binary log replication is enabled but the schema in the request has been excluded from replication.
Launch an SQL prompt and run the following query:
SHOW MASTER STATUS;
# Both of Binlog_Do_DB and Binlog_Ignore_DB should be empty OR
# xyz must be present in Binlog_Do_DB column
Suggested Actions
- Enable the schema xyz for replication by following the instructions here.
Last updated on Oct 21, 2022