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

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -