πŸ“Š MySQL
Q. What causes a replication master server to delete all the binary log files even if they are still in use?
  • (A) RESET MASTER LOGS
  • (B) FLUSH TABLES
  • (C) RELOAD
  • (D) FLUSH LOGS
πŸ’¬ Discuss
βœ… 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:

Explanation by: Ritu Nagar
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:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
94
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
96%
Success Rate