Skip to content

Instantly share code, notes, and snippets.

@pquimo
Last active August 29, 2015 14:04
Show Gist options
  • Save pquimo/3fd3c9709ce3419f3d3c to your computer and use it in GitHub Desktop.
Save pquimo/3fd3c9709ce3419f3d3c to your computer and use it in GitHub Desktop.
mysql 5.6 passwordless login

create one:

  • mysql_config_editor set --login-path=nameofnewloginthing --host=somehost --user=someuser --password

use it:

  • mysql --login-path=nameofnewloginthing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment