Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
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.

...