修改/etc/my.cnf 文件,找到

log-bin=mysql-bin
binlog_format=mixed

使用#进行注释,如下

#log-bin=mysql-bin
#binlog_format=mixed

重启mysql

mysql restart