Skip to content

Instantly share code, notes, and snippets.

@sejima
Created February 18, 2016 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sejima/64eb1cc7d7fd0dd9e683 to your computer and use it in GitHub Desktop.
Save sejima/64eb1cc7d7fd0dd9e683 to your computer and use it in GitHub Desktop.
$ for i in {1..4}; do mysql -e "alter table sbtest$i row_format=compressed key_block_size=8;" -D sbtest_zip; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment