Skip to content

Instantly share code, notes, and snippets.

@jansenicus
Created July 24, 2018 07:13
Show Gist options
  • Save jansenicus/5fed7a5ea3b0b8a314c45269617da5a3 to your computer and use it in GitHub Desktop.
Save jansenicus/5fed7a5ea3b0b8a314c45269617da5a3 to your computer and use it in GitHub Desktop.
export:
mysqldump -u root -p mantel > mantel20180606.sql
import:
mysql -u root -p mantel < mantel20180606.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment