当前位置:网站首页>Mysql OCP 72题
Mysql OCP 72题
2022-08-03 09:56:00 【51CTO】
The /myfolder/my.cnf file has option set:
[mysqld]
skip-log-bin
/myfolder2/my.cnf has this option set:
[mysqld]
log-bin = /valid/path/to/mysqlbinlog
All mentioned paths are accessible to the account that you are currently using. Assume that any other options mentioned in either file are valid and legal option definitions.
You start an instance by using this command line:
mysqld —defaults-file=/myfolder/my.cnf —defaults-extra-file=/ myfolder2/my.cnf
What is the outcome?
A. MySQL starts and Binary Logging is enabled.
B. MySQL fails to start due to the conflicting options in the configuration files.
C. MySQL fails to start due to conflicting options on the command line.
D. MySQL starts but Binary Logging is disabled.
Answer: D
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
边栏推荐
猜你喜欢
随机推荐
ClickHouse查询语句详解
chrome F12 network 保留之前请求信息
sql server 批量更新数据多张表 更高效的方法
Can't get data for duplicate urls using Scrapy framework, dont_filter=True
What exactly does a firmware engineer do?
流水线设计的方法和作用「建议收藏」
Oracle 迁移至Mysql
集成学习、boosting、bagging、Adaboost、GBDT、随机森林
cnpm安装步骤
Mysql OCP 30题
Recursive training
Promise 2: Key Questions
PostgreSQL的架构
Go Redis database operation
大佬们,我遇到一个问题:我源端mysql有一张一直在写入的表,我使用mysql cdc connec
常见STP生成树调整命令
关于GBase 8c数据库的问题,如何解决?
使用 Scrapy 框架对重复的 url 无法获取数据,dont_filter=True
别人都不知道的“好用”网站,让你的效率飞快
Flink Yarn Per Job - 提交应用








