Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created January 16, 2012 11:18
Show Gist options
  • Select an option

  • Save KensoDev/1620349 to your computer and use it in GitHub Desktop.

Select an option

Save KensoDev/1620349 to your computer and use it in GitHub Desktop.
Import database - mysql
gunzip < production.sql.gz | mysql {database_name} --user={user} --password={password} --host={host}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment