Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 00:34
Show Gist options
  • Select an option

  • Save frankyonnetti/49fde9043e8d1f8de7afb27fd768bf97 to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/49fde9043e8d1f8de7afb27fd768bf97 to your computer and use it in GitHub Desktop.
MySQL - supress cli warnings #mysql #cli #warnings
# https://stackoverflow.com/a/20854048
# Avoid the WARNING message using the mysql_config_editor tools:
$ mysql_config_editor set --login-path=local --host=localhost --user=username --password
# Now type this:
$ mysql --login-path=local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment