当前位置:网站首页>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
边栏推荐
- 分区分表(一)
- Alibaba Cloud SMS Sending
- Rabbit and Falcon are all covered, Go lang1.18 introductory and refined tutorial, from Bai Ding to Hongru, the whole platform (Sublime 4) Go lang development environment to build EP00
- ORA-06512 数字或值错误字符串缓冲区太小
- MySQL 主从切换步骤
- 常见STP生成树调整命令
- 10 Convolutional Neural Networks for Deep Learning 2
- gpnmb+ gpnmb-AT2 cell idling mapping Epithelial cell idling mapping
- What are pseudo-classes and pseudo-elements?The difference between pseudo-classes and pseudo-elements
- pytorch one-hot tips
猜你喜欢
随机推荐
oracle中的rownum函数
oracle ASM磁盘空间的查看
scala减少,reduceLeft reduceRight,折叠,foldLeft foldRight
超详细的Asp.net使用SSL双向认证,一篇就够了
ClickHouse删除数据之delete问题详解
For heavy two-dimensional arrays in PHP
验证浮点数输入
cnpm安装步骤
箭头函数与普通函数的区别
MySQL8重置root账户密码图文教程
When deleting a folder, the error "Error ox80070091: The directory is not empty" is reported. How to solve it?
Promise 二:关键问题
mysql数据库配置性能调优
深度学习之 10 卷积神经网络1
go中select语句
2022最新整理软件测试常见面试题附答案
【LeetCode】101.对称二叉树
【字节面试】word2vector输出多少个类别
MySQL-存储过程-函数-
Redis和MySQL如何保持数据一致性