会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
龙虚度
博客园
首页
新随笔
联系
订阅
管理
2021年7月1日
如何消除mysql: [Warning] Using a password on the command line interface can be insecure.
摘要: 在写脚本时经常需要在命令行使用明文密码,虽然不安全,但是很方便,出现[Warning] Using a password 就很讨厌,下面给出个解决方式 方法: 使用 2>/dev/null #mysql --user=root --password=123456 -e "select version
阅读全文
posted @ 2021-07-01 11:36 龙虚度
阅读(1596)
评论(0)
推荐(0)
编辑
公告