Skip to content

Instantly share code, notes, and snippets.

@wilnaweb
Created July 3, 2018 15:18
Show Gist options
  • Save wilnaweb/28818c621146956d54284d1f8999150f to your computer and use it in GitHub Desktop.
Save wilnaweb/28818c621146956d54284d1f8999150f to your computer and use it in GitHub Desktop.
Mysql Import Com Utf8 (Restore Database)
mysql -uuser -ppassword --default-character-set=utf8 dbname < outputfille
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment