MySQL8 1Z0-908学习(16)

2021/6/5 19:24:32

本文主要是介绍MySQL8 1Z0-908学习(16),对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

问题(答案在文章最后):

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? (Choose two.)
A Stop all instances except the primary read/write master instance and run the restore.
B Remove the @@GLOBAL.gtid_purged statement from the dump file.
C Create the backup by using the --set-gtid-purged=OFF option.
D Remove the group replication plugin from each instance before restoring.
E Remove the @@GLOBAL.gtid_executed statement from the dump file.
F Restore using the --set-



这篇关于MySQL8 1Z0-908学习(16)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程