How to purge old unnecessary MySQL binary log files on DB master,
after checking replication status.
On DB master (PCUDSSX1501), did:
mysql> SHOW MASTER STATUS;
+------------------+----------+--------------+------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+------------------+----------+--------------+------------------+
| mysql-bin.000075 | 277790 | | |
+------------------+----------+--------------+------------------+
On DB slave (PCUDSSW1513), did:
mysql> SHOW SLAVE STATUS\G;
*************************** 1. row ***************************
Slave_IO_State:
Master_Host: 137.138.198.204 …