Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Created November 2, 2015 16:47
Show Gist options
  • Select an option

  • Save phenix-factory/219574208eb967c86b31 to your computer and use it in GitHub Desktop.

Select an option

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