MySQL关闭日志 MySQL关闭日志 1.修改MySQL的配置文件:/etc/my.cnf,注释下面两行 log-bin=mysql-bin binlog_format=mixed 2.登录MySQL控制台,执行: reset master