Skip to content

Instantly share code, notes, and snippets.

@AlifArnado
Created November 8, 2015 15:54
Show Gist options
  • Save AlifArnado/4df54b4ed57e17fc70c6 to your computer and use it in GitHub Desktop.
Save AlifArnado/4df54b4ed57e17fc70c6 to your computer and use it in GitHub Desktop.
MySQL Build using Editor Sublime Text 2
{
"cmd": ["mysql", "-uroot", "-proot", "-e", "source $file", "-v"],
"selector": "source.sql"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment