Skip to content

Instantly share code, notes, and snippets.

@alaahd
Created January 20, 2013 20:59
Show Gist options
  • Save alaahd/4581725 to your computer and use it in GitHub Desktop.
Save alaahd/4581725 to your computer and use it in GitHub Desktop.
SQLdump
mysqldump --user=wikiadmin --password --host=db.mywiki.com wikidb > wikidb.sql
mysql --user=wikiadmin --password=wikipw wikidb < wikidb.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment