Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: mysql增量备份 (reset)
实战:使用xtrabackup为mysql做定时增量备份

本文介绍了基于xtrabackup为mysql做定时增量备份,探讨了三天滚动备份策略,以及恢复效率,改进了封装脚本。在主从架构下(binlog_format=statement),基于xtrabackup实施的定期增量备份,除了冗余的目的以外,还可以用于错误update或delete后恢复数据。

【mysql】  【Xtrabackup】  【mysql增量备份】   点击查看原文>