Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbramwell/69b0e4d3645e1d9395633e8013068a43 to your computer and use it in GitHub Desktop.
Save michaelbramwell/69b0e4d3645e1d9395633e8013068a43 to your computer and use it in GitHub Desktop.
Modified MySql Workbench import from terminal
mysql --protocol=tcp --host=localhost --user=username -p --port=3306 --default-character-set=utf8mb4 --comments --database=dbname < "/path/import.sql"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment