Skip to content

Instantly share code, notes, and snippets.

@Mr-Kumar-Abhishek
Created February 15, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mr-Kumar-Abhishek/9da7959380a3623a758ae0669ff7df97 to your computer and use it in GitHub Desktop.
Save Mr-Kumar-Abhishek/9da7959380a3623a758ae0669ff7df97 to your computer and use it in GitHub Desktop.
import tables from mysql dump
mysql> use db_name;
mysql> source backup-file.sql;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment