-
-
Save lostsnow/9315eac420164c55add9576085499428 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