Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Created November 2, 2015 16:47
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 phenix-factory/219574208eb967c86b31 to your computer and use it in GitHub Desktop.
Save phenix-factory/219574208eb967c86b31 to your computer and use it in GitHub Desktop.
Convertir InnoDB en MyISQM
zcat ntf-20151102.sql.gz | sed s/InnoDB/MyISAM/ | mysql -u root -proot ntf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment