Skip to content

Instantly share code, notes, and snippets.

@vanpariyar
Last active May 20, 2020 14:07
Show Gist options
  • Save vanpariyar/0bfb281f0ccf07b1d0ffd7dbace737ac to your computer and use it in GitHub Desktop.
Save vanpariyar/0bfb281f0ccf07b1d0ffd7dbace737ac to your computer and use it in GitHub Desktop.
MYSQL Snippets very useful.
#MYSQL import DB Snippet easy way.
mysql> use db_name;
mysql> source file_name.sql;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment