当前位置:网站首页>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
边栏推荐
猜你喜欢
"Easy to use" websites that others don't know, make you more efficient
多媒体数据处理实验3:图像特征提取与检索
ECCV2022 | RU&谷歌:用CLIP进行zero-shot目标检测!
10 Convolutional Neural Networks for Deep Learning 2
兔起鹘落全端涵盖,Go lang1.18入门精炼教程,由白丁入鸿儒,全平台(Sublime 4)Go lang开发环境搭建EP00
mysql8安装步骤教程
Redis和MySQL如何保持数据一致性
LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之二:编码实现
分区分表(一)
Partition table (1)
随机推荐
js中最简单base64图片流实现自动下载
mysql 事务原理详解
mysql数据库配置性能调优
多媒体数据处理实验3:图像特征提取与检索
go版本升级
"Easy to use" websites that others don't know, make you more efficient
MySql数据库索引优化
播放量暴涨2000w+,单日狂揽24w粉,内卷的搞笑赛道还有机会
MYSQL 修改时区的几种方法
面试突击71:GET 和 POST 有什么区别?
深度学习之 10 卷积神经网络1
ClickHouse删除数据之delete问题详解
慢 SQL 分析与优化
json格式的字符串是什么类型的_输入字符串的格式要求
10 Convolutional Neural Networks for Deep Learning 2
几款永久免费内网穿透,好用且简单_内网穿透平台
013-二叉树
rpm文件解包提取 cpio
cmd(命令行)操作或连接mysql数据库,以及创建数据库与表
流水线设计的方法和作用「建议收藏」