5.6.6以上版本默认开启

my.cnf
innodb_file_per_table =ON;

命令行
set global innodb_file_per_table =ON;
查看
show variables like '%per_table%';