Skip to content

Instantly share code, notes, and snippets.

@migueltg
Last active June 6, 2019 10:20
Show Gist options
  • Save migueltg/214a8326039aec10196ad527cdb0cd32 to your computer and use it in GitHub Desktop.
Save migueltg/214a8326039aec10196ad527cdb0cd32 to your computer and use it in GitHub Desktop.
MySQL commands
# Dump database
mysql -u username -p -h host -P 3306 dbname < filename.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment