This section provides brief information on tablespaces and operations related to tablespaces performed in InnoDB:
- Resizing the InnoDB system tablespace: Increasing and decreasing the size of the system tablespace with configuration while starting/restarting the MySQL server.
- Changing the number or size of InnoDB redo log files: Configures innodb_log_files_in_group and innodb_log_file_size values respectively in my.cnf prior to starting/restarting the MySQL server.
- Using raw disk partitions for the system tablespace: Configures the raw disk partitions to be used as data files in the system tablespace.
- InnoDB File-Per-Table tablespaces: The feature innodb_file_per_table enabled by default which ensures that each of the tables and ...