Skip to content

Instantly share code, notes, and snippets.

@asfelix
Created November 6, 2015 16:41
Show Gist options
  • Select an option

  • Save asfelix/e9ae374ee2729860abe2 to your computer and use it in GitHub Desktop.

Select an option

Save asfelix/e9ae374ee2729860abe2 to your computer and use it in GitHub Desktop.
Backup de banco de dados MySQL pelo terminal
mysqldump -uusuario -h xxx.xxx.xxx.xxx -p nomedobanco > nomedobanco.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment