Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Created November 19, 2013 10:22
Show Gist options
  • Save chris-rock/7543290 to your computer and use it in GitHub Desktop.
Save chris-rock/7543290 to your computer and use it in GitHub Desktop.
mysql dump import
# mysql dump import
mysql -u root -p -h localhost
mysql> create database dbname;
mysql -u root -p -h localhost dbname < dbdump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment