Skip to content

Instantly share code, notes, and snippets.

@Lovor01
Last active September 21, 2022 21:58
Show Gist options
  • Select an option

  • Save Lovor01/558d66e0d6d2d4ced09c97aec14f51c2 to your computer and use it in GitHub Desktop.

Select an option

Save Lovor01/558d66e0d6d2d4ced09c97aec14f51c2 to your computer and use it in GitHub Desktop.
Database command line

Database login

mysql --user=user --password=password database

Set database

USE database

Import data

mysql --user=username --password=password --default-character-set=utf8 dbname < dbexport.sql

Extract .tar.gz

tar –xvzf documents.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment