*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block | ||
|---|---|---|
| ||
ALTER TABLE table_name ENGINE=innodb, ALGORITHM=COPY; |
2. Be ready to repair MyISAM tables in the event of a crash. Be ready for the potential of data corruption or loss.
...