Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save asfelix/779d566ca6d34a7c9259 to your computer and use it in GitHub Desktop.
importar um arquivo .sql para um banco de dados MySQL remoto
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