mysql查看bin日志命令

 mysqlbinlog --no-defaults   --base64-output=decode-rows -v  --start-datetime='2016-01-14 16:30:00' --stop-datetime='2016-01-14 18:30:00'   mysql-bin.000005>/root/sql1.log

原文地址:https://www.cnblogs.com/junle/p/5131402.html