Last active
August 15, 2016 07:53
-
-
Save timneutkens/a4357cd7e5c42d8bd5f3c1ca68991c1a to your computer and use it in GitHub Desktop.
~/.my.cnf mysql username and password.
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=mysqluser | |
password=mysqlpass | |
host=localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment