You back up by using mysqldump.
Which configuration is required on the MySQL Server to allow point-in-time recovery?
A. binlog_format=STATEMENT
B. log-bin
C. apply-log
D. bonlog_format=ROW
E. gtid_enable
Answer: B
为了使用mysqldump基于时间点的恢复,下面哪些配置是必须的?
A. binlog_format=STATEMENT
B. log-bin
C. apply-log
D. bonlog_format=ROW
E. gtid_enable
基于时间点的恢复必须要log-bin
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL