- oldguo-MySQL 8.0 OCP 原题解析-Q9
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第12
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第11
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第10
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理-第6题(CUUG
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理-第4题(CUUG
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
Question 9:
You have an InnoDB Cluster configured with three servers.
Examine this command, which executes successfully:
mysqldump -uroot -p -d mydatabase > mydatabase_backup.sql
**Due to data loss, the cluster is initialized and a restore is attempted resulting in this error:
ERROR 13176 (HY000) at line 23: Cannot update GTID_PURGED with the Group Replication plugin running
Which two actions, either one of which, can fix this error and allow a successful restore of the cluster?
A) Restore using the --set-gtid-purged=OFF option.
B) Remove the @@GLOBAL.gtid_executed statement from the dump file.
C) Remove the group replication plugin from each instance before restoring.
D) Remove the @@GLOBAL.gtid_purged statement from the dump file.
E) Create the backup by using the --set-gtid-purged=OFF option.
F) Stop all instances except the primary read/write master instance and run the restore.
网友评论