Created
November 6, 2015 16:43
-
-
Save asfelix/779d566ca6d34a7c9259 to your computer and use it in GitHub Desktop.
importar um arquivo .sql para um banco de dados MySQL remoto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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