Created
April 23, 2013 15:59
-
-
Save jtdp/5444884 to your computer and use it in GitHub Desktop.
Imported gzipped sql dump into mysql database
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
zcat database_name_file.sql.gz | mysql -uroot -p database_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment