Skip to content

Instantly share code, notes, and snippets.

@duan-li
Created May 17, 2016 01:54
Show Gist options
  • Save duan-li/5bf86f2d815306a0ea2b5bd4c5170429 to your computer and use it in GitHub Desktop.
Save duan-li/5bf86f2d815306a0ea2b5bd4c5170429 to your computer and use it in GitHub Desktop.
disable and remove bin log file
[mysqld]
skip-log-bin
innodb_file_per_table=1
expire_logs_days = 1
max_binlog_size = 10M
#use following detail to clean everything about bin log
#PURGE BINARY LOGS TO 'mysql-bin.000029';
#RESET MASTER;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment