Skip to content

Instantly share code, notes, and snippets.

@kelvinpalves
Last active August 25, 2017 22:53
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 kelvinpalves/f2e8a96180c78d56296a8f87bd39c0d5 to your computer and use it in GitHub Desktop.
Save kelvinpalves/f2e8a96180c78d56296a8f87bd39c0d5 to your computer and use it in GitHub Desktop.
Exemplo MySQL Dump
mysqldump -u usuario -p nome_do_banco_de_dados > /salvar/nesse/diretorio/arquivo.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment