Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Last active December 26, 2015 10:28
Show Gist options
  • Select an option

  • Save tcelestino/7136513 to your computer and use it in GitHub Desktop.

Select an option

Save tcelestino/7136513 to your computer and use it in GitHub Desktop.
using mysql terminal
mysql -u root -p #init mysql
create database dbname; #create database
use dbname; #use database
source pathofsqlfile.sql #import dump sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment