Skip to content

Instantly share code, notes, and snippets.

@abcprintf
Created November 6, 2020 02:57
Show Gist options
  • Save abcprintf/07534145f1d9402cdef9d05c2ab3eb92 to your computer and use it in GitHub Desktop.
Save abcprintf/07534145f1d9402cdef9d05c2ab3eb92 to your computer and use it in GitHub Desktop.
How to import SQL file from Xampp for windows

2020-11-06_9-46-02

Open Xampp Control Panel

  • Click "Shell"

2020-11-06_9-49-25

Command

  • -u => username
  • -p => password
  • DB_NAME => Database Name
  • file_sql.sql => sql file to import
mysql -u root -p DB_NAME < file_sql.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment