Skip to content

Instantly share code, notes, and snippets.

@lukethacoder
Created November 6, 2020 00:57
Show Gist options
  • Save lukethacoder/6ef2dc589b3f34fd7cbbc2e28dcd1a6d to your computer and use it in GitHub Desktop.
Save lukethacoder/6ef2dc589b3f34fd7cbbc2e28dcd1a6d to your computer and use it in GitHub Desktop.
Upload MySQL DB via cli
mysql -u username -p database_name < file.sql
@lukethacoder
Copy link
Author

image

if using Laragon, you can access the Terminal here

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