1 Answer
- Newest
- Most votes
- Most comments
0
Relevant excerpt from MySQL file size limits in Amazon RDS:
When you have enabled or disabled InnoDB file-per-table tablespaces, you can issue an ALTER TABLE command to move a table from the global tablespace to its own tablespace, or from its own tablespace to the global tablespace as shown in the following example:
ALTER TABLE table_name TABLESPACE=innodb_file_per_table;
answered 2 years ago
Relevant content
asked 3 months ago
asked 7 years ago
- AWS OFFICIALUpdated 2 years ago
