import database from gzipped dump
Rating:
Clone this SnippetSubmitted 7 years 6 months ago by peter.
- Log in to post comments
You can import database directly from gzipped file.
gunzip -c dumpfile.sql.gz | mysql -uusername -ppassword databasename
Category:
DrupalDrupal Category:
Database/SQL