Skip to content

Instantly share code, notes, and snippets.

@douglaspetrin
Created October 12, 2019 13:52
Show Gist options
  • Save douglaspetrin/98481ee3c05ed08c6b20744cfd9fc401 to your computer and use it in GitHub Desktop.
Save douglaspetrin/98481ee3c05ed08c6b20744cfd9fc401 to your computer and use it in GitHub Desktop.
MySQL Commands

Dump (Backup DATABSE)

mysqldump --opt --user=username --password=password --host=yourMySQLHostname dbname > nameofyourbackup.sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment