Skip to content

Instantly share code, notes, and snippets.

@akramhossainrabbi
Last active November 22, 2023 07:30
Show Gist options
  • Select an option

  • Save akramhossainrabbi/305b4d465494410c7848b6b93bc4fba5 to your computer and use it in GitHub Desktop.

Select an option

Save akramhossainrabbi/305b4d465494410c7848b6b93bc4fba5 to your computer and use it in GitHub Desktop.
Import an SQL file using the command line in MySQL

Import an SQL file using the command line in MySQL

mysql -u username -p database_name < /path/to/file.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment