Choose two.
Your MySQL installation is running low on space due to binary logs. You need to reduce your log space usage urgently.
Which two sets of actions when completed will accomplish this?
AUse SET PERSIST binlog_expire_logs_seconds=<value>.
BUse SET GLOBAL binlog_expire_logs_seconds=<value> and restart the server.
CUse PURGE BINARY LOGS to <binlog_name>.
DSet binlog_expire_logs_seconds in my.cnf.
EUse SET GLOBAL binlog_expire_logs_seconds=<value> and run the FLUSH BINARY LOGS command.
FSet binlog_expire_logs_seconds = 0 in my.cnf and restart the server.