Q. What causes a replication master server to delete all the binary log files even if they are still in use?
β
Correct Answer: (A)
RESET MASTER LOGS
Explanation: This question is about managing binary log files in MySQL, which are crucial for replication. The binary log records all changes made to the database. Here's what each option does: