MySQL binlog log Close

[Close] binlog log
1. vim /etc/my.cnfNotes the following:

#log-bin=mysql-bin
#binlog_format=mixed
#server-id   = 1
#expire_logs_days = 10

2, restart the mysql service

/etc/init.d/mysql restart

Guess you like

Origin blog.csdn.net/xianhenyuan/article/details/92670442