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