0
点赞
收藏
分享

微信扫一扫

Mysql OCP 43题


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

举报

相关推荐

0 条评论