-
What causes a replication master server to delete all the binary log files even if they are still in use?
-
- FLUSH LOGS
- RESET MASTER LOGS
- FLUSH TABLES
- RELOAD
- None of these
Correct Option: B
‘RESET MASTER LOGS’ causes a replication master server to delete all binary log files even if they are in use which removes the information necessary to maintain the replication integrity.