Home » MYSQL » MySQL Database Operations » Question
  1. For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by ______________.
    1. –no-transaction
    2. –double-transaction
    3. –multiple-transaction
    4. –single-transaction
    5. None of these
Correct Option: D

For InnoDB tables it is possible to perform an online backup that takes no locks on tables using the option ‘–single-transaction’ to ‘mysqldump’. The ‘mysqldump’ can make backups.



Your comments will be displayed only after manual approval.