In this post, you’ll learn more about the MariaDB Error 1670 ER_BINLOG_UNSAFE_SYSTEM_TABLE with the details of the error message and why you receive this error
Maria DB Error Description
MariaDB Error 1670 – ER_BINLOG_UNSAFE_SYSTEM_TABLE with the sqlState HY000
Error Description for the MariaDB Error ER_BINLOG_UNSAFE_SYSTEM_TABLE
The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.
Leave a Reply