MYSQL 5.6& 5.7一直显示恼人的消息
mysql: [Warning] Using a password on the command line interface can be insecure
在vagrant / cygwin / local环境的命令行中。如果我使用命令行在Amazon EC2实例中运行它,MySQL根本不会返回此警告。有没有办法关掉这个警告?谢谢!
答案 0 :(得分:1)
我也在寻求解决方案。我能想到的只有:
mysql -u root -p"password" 2>/dev/null
答案 1 :(得分:0)
我遇到了同样的问题!
你见过这个:https://dev.mysql.com/doc/refman/5.6/en/mysql-config-editor.html 吗?
您可以轻松保存您的凭据并将其用于:
mysql -G your_conn_name