Created
May 2, 2014 19:50
-
-
Save pjdietz/3736e77830b4a9a0c756 to your computer and use it in GitHub Desktop.
MySQL configuration file
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
[client] | |
user={user} | |
password={password} | |
host={host} | |
database={database} |
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
Show hidden characters
{ | |
"cmd" : ["mysql --defaults-file={path to mysite.my.conf} -t < $file >> /tmp/output.sql ; subl /tmp/output.sql"], | |
"shell" : true, | |
"path" : "/usr/local/bin:~/bin:$PATH" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment