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 | |
} |
Hi, I'm using your code but I have the following error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
PS: I use a password that I can access from the browser, but it does not work in sublime tex. Any suggestions please....
Could you fix it?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm using your code but I have the following error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
PS: I use a password that I can access from the browser, but it does not work in sublime tex. Any suggestions please....