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