innodb-file-per-table.cnf 328 B

1234567891011
  1. # Use one file by InnoDB table.
  2. # Use Barracuda as InnoDB engine.
  3. # Allow InnoDB large indexs.
  4. # Use Dynamic row format.
  5. # Reduce disk usage, ease disk space reclaiming.
  6. [mysqld]
  7. innodb_file_per_table = 1
  8. innodb_file_format=Barracuda
  9. innodb_large_prefix=1
  10. ; Option below only for MariaDB 10.2
  11. ;innodb_default_row_format=DYNAMIC