Skip to content

Instantly share code, notes, and snippets.

@rimiti
Last active October 18, 2017 08:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rimiti/d0d839d8d5a4bdaa2aa9b3f5f9bf2235 to your computer and use it in GitHub Desktop.
Save rimiti/d0d839d8d5a4bdaa2aa9b3f5f9bf2235 to your computer and use it in GitHub Desktop.
Memo - Dumping your MySQL database with your points
-- To dump your database with your positions
mysqldump --hex-blob --routines --triggers -uroot database -r dump-with-data.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment