You are using replication and the binary log files on your master server consume a lot of disk space.
Which two steps should you perform to safely remove some of the older binary log files? (Choose two.)
A. Execute the PURGE BINARY LOGS NOT USED command.
B. Edit the .index file to remove the files you want to delete.
C. Ensure that none of the attached slaves are using any of the binary logs you want to delete.
D. Remove all of the binary log files that have a modification date earlier than today.
E. Use the command PURGE BINARY LOGS and specify a binary log file name or a date and time to remove unused files.
Answer: CE
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
- 上一篇:Mysql OCP 81题
- 下一篇:Mysql OCP 83题