Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save micahredding/5287421 to your computer and use it in GitHub Desktop.
Save micahredding/5287421 to your computer and use it in GitHub Desktop.
alter table cache engine = myisam; alter table cache_admin_menu engine = myisam; alter table cache_block engine = myisam; alter table cache_bootstrap engine = myisam; alter table cache_field engine = myisam; alter table cache_file_styles engine = myisam; alter table cache_filter engine = myisam; alter table cache_form engine = myisam; alter tabl…
convert mysql from innodb to myisam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment