-
How is the binary log rotated?
-
- ROTATE BINLOG
- FLUSH BINLOG
- ROTATE LOGS
- FLUSH LOGS
- 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.