Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save buithehoa/362e95c36e821070f3d2 to your computer and use it in GitHub Desktop.
Save buithehoa/362e95c36e821070f3d2 to your computer and use it in GitHub Desktop.
Restore a MySQL database from a dump file
mysql -u <username> -p <database_name> < <dump_file_path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment