Home » MYSQL » MySQL Database Operations » Question
  1. The ‘mysqlbackup’ command to perform a restore operation is _____________.
    1. apply-log-and-copy-back
    2. apply-back-and-copy-log
    3. copy-back-and-apply-log
    4. copy-log-and-apply-back
    5. None of these
Correct Option: C

The ‘mysqlbackup’ commands to perform a restore operation are ‘copy-back-and-apply-log’ and ‘copy-back’ (for directory backup only). The restoration process requires the database server to be already shut down.



Your comments will be displayed only after manual approval.