We can execute blow on Both Primary and Slave Sides for Purge the Binary logs of Mysql Database
SHOW BINARY LOGS;
PURGE BINARY LOGS BEFORE '2019-04-02 22:46:26';

We can execute blow on Both Primary and Slave Sides for Purge the Binary logs of Mysql Database
SHOW BINARY LOGS;
PURGE BINARY LOGS BEFORE '2019-04-02 22:46:26';