Home » MYSQL » MySQL Database Operations » Question
  1. How is the binary log rotated?
    1. ROTATE BINLOG
    2. FLUSH BINLOG
    3. ROTATE LOGS
    4. FLUSH LOGS
    5. None of these
Correct Option: D

MySQL supports incremental backups. The server should be started with the ‘–log-bin’ option to enable binary logging. The binary log files provide information to replicate changes to the database.



Your comments will be displayed only after manual approval.