InnoDB Data FilesInnoDB tablespace is to configure it from the beginning to be auto-extending.
autoextend attribute for the last data file in the tablespace definition.
InnoDB increases the size of the file automatically in 8MB increments when it runs out of space.
innodb_autoextend_increment system variable, which is measured in MB.
innodb_data_file_path.
InnoDB will create and initialize the file.
How do I remove InnoDB data files?
© 2007 John Michael Pierobon