Skip to content

Instantly share code, notes, and snippets.

@ahmetgungor
Created October 3, 2015 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmetgungor/bced67af1a82511b2486 to your computer and use it in GitHub Desktop.
Save ahmetgungor/bced67af1a82511b2486 to your computer and use it in GitHub Desktop.
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
}
@rral0
Copy link

rral0 commented Jan 25, 2018

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....

@Toroh
Copy link

Toroh commented Mar 21, 2019

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