一文看懂MySQL如何判断InnoDB表是独立表空间还是共享表空间

懂M断I独立复制--innodb_file_per_table=1 show variables like innodb_file_per_table; create table Independent_tablespace(name varchar(64)); ls -lrt independent_tablespace.* --innodb_file_per_table=0 show variables like innodb_file_per_table; create table common_tablespace(name varchar(64)); ls -lrt independent_tablespace.* 1.2.3.4.5.6.7.8.
本文地址:http://www.bzuk.cn/news/116e7499809.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。