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? (Choose two.)
A.
Use SET GLOBAL binlog_expire_logs_seconds=<value> and restart the server.
B.
Set binlog_expire_logs_seconds in my.cnf.
C.
Set binlog_expire_logs_seconds = 0 in my.cnf and restart the server.
D.
Use SET PERSIST binlog_expire_logs_seconds=<value>.
E.
Use PURGE BINARY LOGS to <binlog_name>.
F.
Use SET GLOBAL binlog_expire_logs_seconds=<value> and run the FLUSH BINARY LOGS command.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
marklv
5 months agoDhanushka
6 months ago