Created
November 4, 2016 05:33
-
-
Save haitaoyao/4b01890b8a9368e490a667c83be1aef1 to your computer and use it in GitHub Desktop.
设置 AWS RDS binlog 保存时间
This file contains 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
-- http://docs.aws.amazon.com/zh_cn/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.MySQL.html | |
call mysql.rds_set_configuration('binlog retention hours', 24); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment