Last active
February 17, 2021 00:34
-
-
Save frankyonnetti/49fde9043e8d1f8de7afb27fd768bf97 to your computer and use it in GitHub Desktop.
MySQL - supress cli warnings #mysql #cli #warnings
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
| # 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