Home » HTML » Html miscellaneous » Question
  1. Which of the following is not a kind of MySQL backup?
    1. CSV backups
    2. Table backups
    3. File backups
    4. SQL backups
    5. None of these
Correct Option: B

There are various backups in MySQL. File backups, SQL backups, backing up from a slave, CSV backups, Incremental backups are some kind of backups. File backup is the backup of MySQL database which creates a copy of files from MySQL data directory. SQL backups are alternate to File backups.



Your comments will be displayed only after manual approval.