Last active
June 6, 2019 10:20
-
-
Save migueltg/214a8326039aec10196ad527cdb0cd32 to your computer and use it in GitHub Desktop.
MySQL commands
This file contains 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
# Dump database | |
mysql -u username -p -h host -P 3306 dbname < filename.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment