0
点赞
收藏
分享

微信扫一扫

Mysql OCP第13题

天蓝Sea 2022-08-03 阅读 276


A single InnoDB table has been dropped by accident. You are unable to use an additional intermediate MySQL instance to restore the table. Which two backup methods can be used to restore the single table without stopping the MySQL instance?

A. a backup created with mysqldump --all-databases

B. a backup created using FLUSH TABLES … FOR EXPORT

C. an up-to-date replication slave

D. a file system-level snapshot

E. a file system copy created while MySQL was shut down.

Answer: A,B

使用mysqldump创建的备份--所有数据库

使用刷新表创建的备份…用于导出

举报

相关推荐

Mysql OCP第9题

Mysql OCP第8题

Mysql OCP 第14题

Mysql ocp第7题

Mysql OCP第6题

0 条评论