游客发表

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

发帖时间:2025-11-04 21:44:00

一文看懂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.

    热门排行

    友情链接