Created
July 1, 2015 16:10
-
-
Save buithehoa/362e95c36e821070f3d2 to your computer and use it in GitHub Desktop.
Restore a MySQL database from a dump file
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
mysql -u <username> -p <database_name> < <dump_file_path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment