Skip to content

Instantly share code, notes, and snippets.

@LukeWJensen
Created May 10, 2019 18:04
Show Gist options
  • Save LukeWJensen/b6c46dbbf240307d4700a4da11140a8b to your computer and use it in GitHub Desktop.
Save LukeWJensen/b6c46dbbf240307d4700a4da11140a8b to your computer and use it in GitHub Desktop.
[Import MySQL Database] #mysql
mysql -u root -p [db_name] < filename.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment