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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -