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
Post a Comment