Some times, you might want to run a query without slave updating with that
query. In that case, you would have to avoid writing the query to the binary log
, to do that, you would have to turn off binary logging for the current session.
Login to the mysql and