增量备份
主从备份
开启binlog
[mysql]server-id=1log-bin=mysql-binbinlog_format=MIXEDexpire_logs_days=0 //0表示永不过期
在mysql里查看状态
全备份
参考大佬的这篇文章《手写脚本实现MySQL库定时备份》
手写脚本实现MySQL库定时备份
开启binlog
[mysql]server-id=1log-bin=mysql-binbinlog_format=MIXEDexpire_logs_days=0 //0表示永不过期
在mysql里查看状态
参考大佬的这篇文章《手写脚本实现MySQL库定时备份》
手写脚本实现MySQL库定时备份
让时间为你证明