Created
April 1, 2013 20:19
-
-
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…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert mysql from innodb to myisam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment