Suppose I am replicating master to slave and during that process if my query is taking more than n seconds to execute then I need to ignore that query to replicate in slave.
I am using SHOW PROCESSLIST
to view all processes from master
↧
ignore query in mySQL replication if it is taking more than n seconds to execute
↧