Sometimes you want to execute the SQL contained in the current file via:
Before running command: Do nothing Command: [your path to mysql if not in bash's path environment variable]/mysql -u[your username here] -p[your password here] < "$TM_FILEPATH" Standard Input: None (because $TM_FILEPATH is specified above; you could use just selected text too with $TM_SELECTED_TEXT) Standard Output: Show in separate window
If you have line numbers showing in the gutter you can quickly find any syntax errors that mysql returns.
Simple. Useful.