当前位置:网站首页>Mysql OCP 27题
Mysql OCP 27题
2022-08-03 09:34:00 【51CTO】
Consider the two partial outputs of the SHOW GLOBAL VARIABLES command from a master and slave server:
Master:
Slave:
There is a problem with the slave replicating from the master. Which statement describes the cause of the problem?
A. The log_bin variable is set to OFF on the slave.
B. server_id is not unique.
C. The max_connections variable on the slave needs to be increased.
D. The shared_memory_base_name variable must match the master.
E. The version of the slave is newer that the version of the master.
Answer: B
主节点和从节点的server_id都是2,不满足。
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
边栏推荐
猜你喜欢
随机推荐
批量将PNG格式转化为JPG格式
MySQL 免安装版的下载与配置教程
110 MySQL interview questions and answers (continuous updates)
浅聊缓存函数
多媒体数据处理实验1:算术编码
bihashSummary
Apple Silicon配置二进制环境(二)
AD环境搭建
基于百度AI和QT的景物识别系统
oracle ASM磁盘空间的查看
面试突击71:GET 和 POST 有什么区别?
Promise 二:关键问题
【LeetCode】226. Flip the binary tree
milvus
Redis和MySQL如何保持数据一致性
MySQL的主从复制
Exception: Dataset not found.解决办法
固件工程师到底是干什么?
Validate floating point input
【LeetCode】622. Design Circular Queue