mysqli - Skip a sql statement from replication (Mysql) ? [ Disables or enables binary logging for the current session ] -


i want inserts on table (master mysql db) dont want replicate without effecting replication process.

set sql_log_bin = {0|1} disables or enables binary logging current session (sql_log_bin session variable) if client has super privilege. statement fails error if client not have privilege


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -