Skip to content

Instantly share code, notes, and snippets.

@AmmarCodes
Created November 21, 2018 12:01
USERNAME=
PASSWORD=
DBNAME=
mysqldump -u $USERNAME -p$PASSWORD $DBNAME | gzip > $DBNAME.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment