Created
November 8, 2014 13:11
-
-
Save chaosmail/60c2aea202d07facd6ea to your computer and use it in GitHub Desktop.
Import a Database in MySQL with the Comandline
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 root -p -h localhost database_name < backup.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment