Created
December 15, 2016 13:47
-
-
Save cosimo/bc42d274dd04ff427d69c297a02e141f to your computer and use it in GitHub Desktop.
mysqld settings to provide crash-resilient slave replication with automatic recovery
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
# More resilient slave crash recovery | |
master-info-repository = TABLE | |
relay-log-info-repository = TABLE | |
relay-log-recovery = ON | |
sync-master-info = 1 | |
sync-relay-log-info = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment