Skip to content

Instantly share code, notes, and snippets.

@enlacee
Last active December 29, 2015 20:58
Show Gist options
  • Save enlacee/7726782 to your computer and use it in GitHub Desktop.
Save enlacee/7726782 to your computer and use it in GitHub Desktop.
apuntes mysql
============================================
-- EXPORTAR datos de mysql
01 -
mysqldump --no-data --user=root --password=123456 --host=localhost neo_local npc_suscriptores > neo_local.npc_suscriptores.sql
02 - storeProcedure and triger
mysqldump --no-data --user=root --password=123456 --host=localhost --routines neo_local npc_suscriptores > neo_local.npc_suscriptores.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment