Created
March 7, 2017 10:00
-
-
Save bratsun/0fb468e30c47b8af4b644f56a7d0a6dd to your computer and use it in GitHub Desktop.
Import SQL
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 -u username -p | |
use database_name; | |
SOURCE /path/to/sql/file.sql | |
show tables; | |
select * from table; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment