Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Created August 7, 2018 16:04
Show Gist options
  • Save lorenadl/ebbee3229333a2f778635763d2455e23 to your computer and use it in GitHub Desktop.
Save lorenadl/ebbee3229333a2f778635763d2455e23 to your computer and use it in GitHub Desktop.
MYSQL restore db command line

MYSQL restore db command line

$ mysql -u username -p dbname < backup_file.sql

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