Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created March 7, 2017 10:00
Show Gist options
  • Save bratsun/0fb468e30c47b8af4b644f56a7d0a6dd to your computer and use it in GitHub Desktop.
Save bratsun/0fb468e30c47b8af4b644f56a7d0a6dd to your computer and use it in GitHub Desktop.
Import SQL
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