Created
May 17, 2016 01:54
-
-
Save duan-li/5bf86f2d815306a0ea2b5bd4c5170429 to your computer and use it in GitHub Desktop.
disable and remove bin log file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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