当前位置:网站首页>Mysql OCP 26题
Mysql OCP 26题
2022-08-03 09:33:00 【51CTO】
What two statements are true regarding FLUSH TABLES FOR EXPORT?
A. It can be used to export TEMPORARY tables.
B. Table only exports when the table has its own tablespace.
C. The InnoDB Storage engine must be used for the table being exported.
D. It is the safest way to extract tables from the shared tablespace.
E. Partitioned tables are not supported.Answer: BC
只有当表有自己的表空间时才导出表。
要导出的表必须使用InnoDB存储引擎。
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
边栏推荐
猜你喜欢
随机推荐
scala减少,reduceLeft reduceRight,折叠,foldLeft foldRight
Promise 二:关键问题
013-Binary tree
慢 SQL 分析与优化
window的供选数据流
MySQL 免安装版的下载与配置教程
MySQL-DDL数据定义语言-约束
STP普通生成树安全特性— bpduguard特性 + bpdufilter特性 + guard root 特性 III loopguard技术( 详解+配置)
【LeetCode】101.对称二叉树
015-平衡二叉树(一)
Redis cluster concept and construction
STP和RSTP的BPDU报文中flag位 对比+分析
cert-manager使用
GO开发环境配置
English Grammar - Adverbial Clauses
Flink Yarn Per Job - 启动AM
MySQL的分页你还在使劲的limit?
力扣递归训练
SQL每日一练(牛客新题库)——第5天:高级查询
Flink Yarn Per Job - 提交应用









