1 |
Restore the Binary Logs from the Incremental or Differential Backup to a temporary directory on the MySQL server by selecting the Restore Binary Logs to Temporary Directory to Identify Time or Position option on the Options tab. |
2 |
Use MySQL’s mysqlbinlog utility to identify the specific position of the unwanted transaction. For more information, refer to the Point-in-Time Recovery section of the MySQL Reference Guide. |
3 |
Restore the same Incremental or Differential Backup again; however, select the Apply Binary Logs from Temporary Directory restore option, and specify the stop position that exists right before the unwanted transaction. |
1 |
In the Navigation pane, click Create Restore Job. |
2 |
On the Create Restore Job - Choose Saveset page, select Plug‑in for MySQL from the Plugin Type list. |
3 |
5 |
To continue, click Next. |
6 |
On the Create Selection Set page, select the data that you want to restore. |
• |
Full or Individual Database/Table Copy Only Backups – The root node is listed as “All Databases” — because the actual database/table data was included in the backup. |
IMPORTANT: Although the root node is entitled “All Databases,” it does not account for all the databases that currently exist for a target MySQL Instance. Selection of this will only restore all the data items that were actually selected for the backup job (that is, by selecting this node for a restore, you will not be performing a restore of all the databases that currently exist in a MySQL Instance — only those actually included in the backup). |
• |
Incremental or Differential Backups – The root node is listed as “Binary Logs” — because the transactions (Binary Logs) that occurred since the previous backup was performed are included in this form of backup. |
IMPORTANT: MySQL uses multiple file-formats to storage database information. Make sure that you include the .frm files in the restore process to ensure that the restored database is functional. |
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center