Skip to content

Instantly share code, notes, and snippets.

@henryhu712
Created March 28, 2016 14:58
Show Gist options
  • Save henryhu712/3ba0260407972e18b9ac to your computer and use it in GitHub Desktop.
Save henryhu712/3ba0260407972e18b9ac to your computer and use it in GitHub Desktop.
MySQL

$HOME/.my.cnf

Put the following content in the .my.cnf file:

[client]
user = username
passowrd = yourpassword

Then, you can login like this:

mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment