Last active
May 20, 2020 14:07
-
-
Save vanpariyar/0bfb281f0ccf07b1d0ffd7dbace737ac to your computer and use it in GitHub Desktop.
MYSQL Snippets very useful.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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