Created
October 3, 2015 09:28
-
-
Save ahmetgungor/bced67af1a82511b2486 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tools >Build System>new Build System | |
ile ekleyin | |
{ | |
"cmd": ["C:\\wamp\\bin\\mysql\\mysql5.6.17\\bin\\mysql", | |
"-u", "root", | |
"-P","", | |
"-h", "localhost", | |
"-e", "source $file", "-t"], | |
"selector": "source.sql", "quiet": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you fix it?