7.3.2 Using Backups for Recovery 使用备份用于恢复 现在,假设我们有一个灾难性的crash 在星期三上午8点. 需要恢复从备份恢复,为了恢复,我们首选需要恢复最近的全备份(星期日下午1点) 全备份是一个SQL语句的集合,因此恢复它很容易 -- Position to start replication or point-in-time recovery from -- -- CHANGE MASTER TO MASTER_LOG_FILE='mysql-bin.0…
Chapter 7 Backup and Recovery 备份和恢复: Table of Contents 7.1 Backup and Recovery Types 7.2 Database Backup Methods 7.3 Example Backup and Recovery Strategy 7.4 Using mysqldump for Backups 7.5 Point-in-Time (Incremental) Recovery Using the Binary Log 7.…