A simple master-to-slave replication is currently being used. The following information is extracted from the SHOW SLAVE STATUS output:Last_SQL_Error: Error 'Duplicate entry '8' for key 'PRIMARYA.SET GTID_NEXT="CONSISTENCY"; BEGIN; COMMIT; SET GTID_NEXT="

题目
A simple master-to-slave replication is currently being used. The following information is extracted from the SHOW SLAVE STATUS output:Last_SQL_Error: Error 'Duplicate entry '8' for key 'PRIMARY

A.SET GTID_NEXT="CONSISTENCY"; BEGIN; COMMIT; SET GTID_NEXT="AUTOMATIC"

B.SET GLOBAL enforce_gtid_consistency=ON

C.SET GTID_EXECUTED="38f32e23480a7-32a1-c323f78067fd37821 : 9"

D.SET GTID_NEXT="38f32e23480a7-32a1-c323f78067fd37821 : 9"; BEGIN; COMMIT; SET GTID_NEXT="AUTOMATIC"

E.SET GLOBAL SQL_SKIP_SLAVE_COUNTER=1


相似考题
参考答案和解析
参考答案:E
更多“A simple master-to-slave replication is currently being used. The following information is extracted from the SHOW SLAVE STATUS output:Last_SQL_Error: Error 'Duplicate entry '8' for key 'PRIMARY ”相关问题
  • 第1题:

    已知位于同一文件夹下的两个文件,output.py和test.py的内容如下: #output.py def show(): print(__name__) #test.py import output if __name__=='__main__': output.show() 运行test.py的输出结果是()。 知识点:模块和主模块

    A.output

    B.__main__

    C.__name__

    D.test


    通过键盘输入一个3位数的整数,编程输出各个位数的和,例如345,各个位数的和就是3+4+5=12。

  • 第2题:

    下面哪个是GOOGLE推荐的书写规则?

    A..error_status {}

    B..test { display: block; height: 100px }

    C..error-status {}

    D..TEST


    error-status {}

  • 第3题:

    1、下面哪个是GOOGLE推荐的书写规则?

    A..error_status {}

    B..test { display: block; height: 100px }

    C..error-status {}

    D..TEST


    error-status {}

  • 第4题:

    7、已知位于同一文件夹下的两个文件,output.py和test.py的内容如下: #output.py def show(): print(__name__) #test.py import output if __name__=='__main__': output.show() 运行test.py的输出结果是()。 知识点:模块和主模块

    A.output

    B.__main__

    C.__name__

    D.test


    错误

  • 第5题:

    保证实体完整性的措施: 、unique约束或identity列。

    A.primary 约束

    B.primary key约束

    C.key约束

    D.参照完整性


    主码